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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
EUC-JP | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
UTF-8 | 챈첵짯B챔 | 11101100101100011000100011101100101100101011010111101100101001111010111101000010111011001011000110010100 | ecb188ecb2b5eca7af42ecb194 |
UHC | 챈첵짯B챔 | 110000111010011011000011101111011100001010101101010000101100001110101000 | c3a6c3bdc2ad42c3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)