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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ゙゙ン | 1101111011110011110111111101111011011101 | def3dfdedd |
| EUC-JP | ゙?゙ン | 10001110110111100011111110001110110111101000111011011101 | 8ede3f8ede8edd |
| UTF-8 | ゙゙ン | 111011111011111010011110111011101000101110010010111011111011111010011110111011111011111010011101 | efbe9eee8b92efbe9eefbe9d |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)