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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | ?純ギA | 001111111000111110000011100000110100110101000001 | 3f8f83834d41 |
| EUC-JP | ?純ギA | 001111111011110111100011101001011010111001000001 | 3fbde3a5ae41 |
| UTF-8 | 룶純ギA | 11101011101000111011011011100111101101001001010011100011100000101010111001000001 | eba3b6e7b494e382ae41 |
| UHC | 룶純ギA | 10001111101010111110001011101101101010111010111001000001 | 8fabe2edabae41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)