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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 찼횏짙챦챨 | 111011001011000010111100111011011001101010001111111011001010011110011001111011001011000110100110111011001011000110101000 | ecb0bced9a8feca799ecb1a6ecb1a8 |
UHC | 찼횏짙챦챨 | 11000011101000011100001110001011110000101010001111000011101011111100001110110000 | c3a1c38bc2a3c3afc3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)