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 | ??m??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
SJIS-WIN | mm^ | 1111001010111001111101001010100101101101111100101011100111110100101010010110110101011110 | f2b9f4a96df2b9f4a96d5e |
EUC-JP | ??m??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
UTF-8 | mm^ | 111011101000011110110000111011101000110110011000011011011110111010000111101100001110111010001101100110000110110101011110 | ee87b0ee8d986dee87b0ee8d986d5e |
UHC | ??m??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)