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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
EUC-JP | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
UTF-8 | 챗챈쨔횑횏찾G | 11101100101100011001011111101100101100011000100011101100101010001001010011101101100110101001000111101101100110101000111111101100101100001011111001000111 | ecb197ecb188eca894ed9a91ed9a8fecb0be47 |
UHC | 챗챈쨔횑횏찾G | 11000011101010101100001110100110110000101011100111000011100011001100001110001011110000111010001101000111 | c3aac3a6c2b9c38cc38bc3a347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)