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 | 獏抃報猾 | 1110000011010001100111010101011010010101111100011110000011001111 | e0d19d5695f1e0cf |
| EUC-JP | 獏抃報猾 | 1110000011010011110110011011011111001010111100111110000011010001 | e0d3d9b7caf3e0d1 |
| UTF-8 | 獏抃報猾 | 111001111000110110001111111001101000101010000011111001011010000010110001111001111000110010111110 | e78d8fe68a83e5a0b1e78cbe |
| UHC | ??報猾 | 001111110011111111011100110000111111110011000010 | 3f3fdcc3fcc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)