To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???維??? | 0011111100111111001111111000100011011011001111110011111100111111 | 3f3f3f88db3f3f3f |
EUC-JP | ???維??? | 0011111100111111001111111011000011011101001111110011111100111111 | 3f3f3fb0dd3f3f3f |
UTF-8 | 嶺뚮뱢維쀧뙼璘 | 111011111010011010101011111010111001101010101110111010111011000110100010111001111011011010101101111011001000000010100111111010111001100110111100111011111010011110101111 | efa6abeb9aaeebb1a2e7b6adec80a7eb99bcefa7af |
UHC | 嶺뚮뱢維쀧뙼璘 | 1110011110101101100011001110101110010011100010001110101110101011100101111110011110001100101111111110110011011110 | e7ad8ceb9388ebab97e78cbfecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)