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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 횑챦횢쨌책챦^ | 11101101100110101001000111101100101100011010011011101101100110101010001011101100101010001000110011101100101100011000010111101100101100011010011001011110 | ed9a91ecb1a6ed9aa2eca88cecb185ecb1a65e |
UHC | 횑챦횢쨌책챦^ | 11000011100011001100001110101111110000111001100111000010101101111100001110100101110000111010111101011110 | c38cc3afc399c2b7c3a5c3af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)