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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 衙??惡衙煙 | 11100101110010010011111100111111100111001010011011100101110010011000100110001100 | e5c93f3f9ca6e5c9898c |
| EUC-JP | 衙??惡衙煙 | 11101010110010110011111100111111110110001010100011101010110010111011000111101100 | eacb3f3fd8a8eacbb1ec |
| UTF-8 | 衙롙롘惡衙煙 | 111010001010000110011001111010111010000110011001111010111010000110011000111001101000001110100001111010001010000110011001111001111000010110011001 | e8a199eba199eba198e683a1e8a199e78599 |
| UHC | 衙롙롘惡衙煙 | 111001001011011110001110110111011000111011011100111001001100001011100100101101111110011011010101 | e4b78edd8edce4c2e4b7e6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)