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 | ???gh???g | 001111110011111100111111011001110110100000111111001111110011111101100111 | 3f3f3f67683f3f3f67 |
SJIS-WIN | ???gh???g | 001111110011111100111111011001110110100000111111001111110011111101100111 | 3f3f3f67683f3f3f67 |
EUC-JP | ???gh???g | 001111110011111100111111011001110110100000111111001111110011111101100111 | 3f3f3f67683f3f3f67 |
UTF-8 | 챔쩐쩔gh챔쩐쩔g | 111011001011000110010100111011001010100110010000111011001010100110010100011001110110100011101100101100011001010011101100101010011001000011101100101010011001010001100111 | ecb194eca990eca9946768ecb194eca990eca99467 |
UHC | 챔쩐쩔gh챔쩐쩔g | 110000111010100011000010101111101100001010111111011001110110100011000011101010001100001010111110110000101011111101100111 | c3a8c2bec2bf6768c3a8c2bec2bf67 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)