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 | 蘂⑧?蘂 | 11100101010000011000011101000111001111111110010101000001 | e54187473fe541 |
EUC-JP | 蘂??蘂 | 111010011010001000111111001111111110100110100010 | e9a23f3fe9a2 |
UTF-8 | 蘂⑧뱵蘂 | 111010001001100010000010111000101001000110100111111010111011000110110101111010001001100010000010 | e89882e291a7ebb1b5e89882 |
UHC | 蘂⑧뱵蘂 | 1110011111011110101010001110111010010011100110111110011111011110 | e7dea8ee939be7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)