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 | 牆??儡? | 11100000101011010011111100111111100110010101001100111111 | e0ad3f3f99533f |
| EUC-JP | 牆??儡? | 11100000101011110011111100111111110100011011010000111111 | e0af3f3fd1b43f |
| UTF-8 | 牆쿄렩儡拉 | 111001111000100110000110111011001011111110000100111010111010000010101001111001011000010010100001111011111010010010100101 | e78986ecbf84eba0a9e584a1efa4a5 |
| UHC | 牆쿄렩儡拉 | 11101101111011011100010011101100100011101011011111010110111011011101000111111110 | ededc4ec8eb7d6edd1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)