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 | 審?? | 10010000010100100011111100111111 | 90523f3f |
| EUC-JP | 審?? | 10111111101100110011111100111111 | bfb33f3f |
| UTF-8 | 審뗮뢗 | 111001011010111110101001111010111001011110101110111010111010001010010111 | e5afa9eb97aeeba297 |
| UHC | 審뗮뢗 | 111000111111101110001011111011011000111101010010 | e3fb8bed8f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)