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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 獰??獰??B | 111000001101011000111111001111111110000011010110001111110011111101000010 | e0d63f3fe0d63f3f42 |
| EUC-JP | 獰??獰??B | 111000001101100000111111001111111110000011011000001111110011111101000010 | e0d83f3fe0d83f3f42 |
| UTF-8 | 獰쎈젿獰쎈젿B | 11100111100011011011000011101100100011101000100011101100101000001011111111100111100011011011000011101100100011101000100011101100101000001011111101000010 | e78db0ec8e88eca0bfe78db0ec8e88eca0bf42 |
| UHC | 獰쎈젿獰쎈젿B | 11100111101111101011110111101011101000001011000111100111101111101011110111101011101000001011000101000010 | e7bebdeba0b1e7bebdeba0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)