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 | 獏抃報痃 | 1110000011010001100111010101011010010101111100011110000101110001 | e0d19d5695f1e171 |
| EUC-JP | 獏抃報痃 | 1110000011010011110110011011011111001010111100111110000111010010 | e0d3d9b7caf3e1d2 |
| UTF-8 | 獏抃報痃 | 111001111000110110001111111001101000101010000011111001011010000010110001111001111001011110000011 | e78d8fe68a83e5a0b1e79783 |
| UHC | ??報? | 0011111100111111110111001100001100111111 | 3f3fdcc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)