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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
UTF-8 | 천짭횕쨩찾짰B | 11101100101100101001110011101100101001111010110111101101100110101001010111101100101010001010100111101100101100001011111011101100101001111011000001000010 | ecb29ceca7aded9a95eca8a9ecb0beeca7b042 |
UHC | 천짭횕쨩찾짰B | 11000011101101011100001010101100110000111000111111000010101110111100001110100011110000101010111001000010 | c3b5c2acc38fc2bbc3a3c2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)