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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 蜈??饒?^ | 1110010110000101001111110011111111101001011000000011111101011110 | e5853f3fe9603f5e |
| EUC-JP | 蜈??饒?^ | 1110100111100101001111110011111111110001110000010011111101011110 | e9e53f3ff1c13f5e |
| UTF-8 | 蜈욅쥢饒랳^ | 11101000100111001000100011101100100110101000010111101100101001011010001011101001101001011001001011101011100111101011001101011110 | e89c88ec9a85eca5a2e9a592eb9eb35e |
| UHC | 蜈욅쥢饒랳^ | 1110100010100101100111101110011110100010100101011110100110101110100011100100111101011110 | e8a59ee7a295e9ae8e4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)