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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 顆」邯ャ葯 | 1110100011110111101000111110011110110110101011001110010011011110 | e8f7a3e7b6ace4de |
| EUC-JP | 顆」邯ャ葯 | 11110000111110011000111010100011111011101011100010001110101011001110100011100000 | f0f98ea3eeb88eace8e0 |
| UTF-8 | 顆」邯ャ葯 | 111010011010000110000110111011111011110110100011111010011000001010101111111011111011110110101100111010001001000110101111 | e9a186efbda3e982afefbdace891af |
| UHC | 顆?邯?葯 | 1100111010101000001111111100101011111011001111111110010110110101 | cea83fcafb3fe5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)