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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 核?挑^ | 100010100110101000111111100100101010011101011110 | 8a6a3f92a75e |
EUC-JP | 核?挑^ | 101100111100101100111111110001001010100101011110 | b3cb3fc4a95e |
UTF-8 | 核쇤挑^ | 11100110101000001011100011101100100001111010010011100110100011001001000101011110 | e6a0b8ec87a4e68c915e |
UHC | 核쇤挑^ | 11111010101101111011110011101001110100111111101101011110 | fab7bce9d3fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)