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 | 缺後勝莟 | 1110001110011110100011001110001110001111100111111110010010101111 | e39e8ce38f9fe4af |
| EUC-JP | 缺後勝莟 | 1110010111111110101110001110010110111110101000011110100010110001 | e5feb8e5bea1e8b1 |
| UTF-8 | 缺後勝莟 | 111001111011110010111010111001011011111010001100111001011000101110011101111010001000111010011111 | e7bcbae5be8ce58b9de88e9f |
| UHC | 缺後勝? | 11001100110000001111110110101101111000111010110100111111 | ccc0fdade3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)