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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
UTF-8 | 吏흔렠쯤ㅇB | 11101111101001111001111011101101100111011001010011101011101000001010000011101100101011111010010011100011100001011000011101000010 | efa79eed9d94eba0a0ecafa4e3858742 |
UHC | 吏흔렠쯤ㅇB | 1110110010100111110010001110011110001110101100011100001011101011101001001011011101000010 | eca7c8e78eb1c2eba4b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)