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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 襞榊矯 | 111001011111110010001101111001011000101110111000 | e5fc8de58bb8 |
| EUC-JP | 襞榊矯 | 111010101111111010111010111001111011011010111010 | eafebae7b6ba |
| UTF-8 | 襞榊矯 | 111010001010010110011110111001101010011010001010111001111001111110101111 | e8a59ee6a68ae79faf |
| UHC | ??矯 | 00111111001111111100111011101100 | 3f3fceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)