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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 牆??儡?^ | 1110000010101101001111110011111110011001010100110011111101011110 | e0ad3f3f99533f5e |
| EUC-JP | 牆??儡?^ | 1110000010101111001111110011111111010001101101000011111101011110 | e0af3f3fd1b43f5e |
| UTF-8 | 牆쿄렩儡亂^ | 11100111100010011000011011101100101111111000010011101011101000001010100111100101100001001010000111101111101001001001101101011110 | e78986ecbf84eba0a9e584a1efa49b5e |
| UHC | 牆쿄렩儡亂^ | 1110110111101101110001001110110010001110101101111101011011101101110100011110101001011110 | ededc4ec8eb7d6edd1ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)