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 | ゙聆 | 1101111011110011110101101110001111010111 | def3d6e3d7 |
| EUC-JP | ゙?聆 | 1000111011011110001111111110011011011001 | 8ede3fe6d9 |
| UTF-8 | ゙聆 | 111011111011111010011110111011101000101110001001111010001000000110000110 | efbe9eee8b89e88186 |
| UHC | ??聆 | 00111111001111111101011011000000 | 3f3fd6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)