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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 壕蕎?G | 100011011000100010001011101111000011111101000111 | 8d888bbc3f47 |
EUC-JP | 壕蕎?G | 101110011110100010110110101111100011111101000111 | b9e8b6be3f47 |
UTF-8 | 壕蕎ㅀG | 11100101101000111001010111101000100101011000111011100011100001011000000001000111 | e5a395e8958ee3858047 |
UHC | 壕蕎ㅀG | 11111011101111011100111011110000101001001011000001000111 | fbbdcef0a4b047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)