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 | öïè§^ | 1111011011101111111010001010011101011110 | f6efe8a75e |
| SJIS-WIN | ???§^ | 001111110011111100111111100000011001100001011110 | 3f3f3f81985e |
| EUC-JP | öïè§^ | 100011111010101111010011100011111010101111000001100011111010101110110010101000011111100001011110 | 8fabd38fabc18fabb2a1f85e |
| UTF-8 | öïè§^ | 110000111011011011000011101011111100001110101000110000101010011101011110 | c3b6c3afc3a8c2a75e |
| UHC | ???§^ | 001111110011111100111111101000011101011101011110 | 3f3f3fa1d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)