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 | 醯羇悄栲滷 | 11100111110011111110001110110010100111001001111110011110011111011110000001000010 | e7cfe3b29c9f9e7de042 |
| EUC-JP | 醯羇悄栲滷 | 11101110110100011110011010110100110110001010000111011011110111101101111110100011 | eed1e6b4d8a1dbdedfa3 |
| UTF-8 | 醯羇悄栲滷 | 111010011000011010101111111001111011111010000111111001101000001010000100111001101010000010110010111001101011101110110111 | e986afe7be87e68284e6a0b2e6bbb7 |
| UHC | 醯???? | 111110111011100000111111001111110011111100111111 | fbb83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)