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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 獪璢獪璢^ | 111000001101010011100000111000111110000011010100111000001110001101011110 | e0d4e0e3e0d4e0e35e |
| EUC-JP | 獪璢獪璢^ | 111000001101011011100000111001011110000011010110111000001110010101011110 | e0d6e0e5e0d6e0e55e |
| UTF-8 | 獪璢獪璢^ | 11100111100011011010101011100111100100101010001011100111100011011010101011100111100100101010001001011110 | e78daae792a2e78daae792a25e |
| UHC | 獪?獪?^ | 11111100111010100011111111111100111010100011111101011110 | fcea3ffcea3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)