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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲э?鎰?┏ | 11100001100111111000010010001111001111111110100001001100001111111000010010101100 | e19f848f3fe84c3f84ac |
EUC-JP | 癲э?鎰?┏ | 11100010101000011010011111101111001111111110111110101101001111111010100010101110 | e2a1a7ef3fefad3fa8ae |
UTF-8 | 癲э퐟鎰쎿┏ | 1110011110011001101100101101000110001101111011011001000010011111111010011000111010110000111011001000111010111111111000101001010010001111 | e799b2d18ded909fe98eb0ec8ebfe2948f |
UHC | 癲э퐟鎰쎿┏ | 111011111010011010101100111011111011110110001000111011001111000010011011111001101010011010101110 | efa6acefbd88ecf09be6a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)