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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 陌栩陌栩B | 111010001001100110011110011110101110100010011001100111100111101001000010 | e8999e7ae8999e7a42 |
EUC-JP | 陌栩陌栩B | 111011111111100111011011110110111110111111111001110110111101101101000010 | eff9dbdbeff9dbdb42 |
UTF-8 | 陌栩陌栩B | 11101001100110011000110011100110101000001010100111101001100110011000110011100110101000001010100101000010 | e9998ce6a0a9e9998ce6a0a942 |
UHC | 陌?陌?B | 11011000111010000011111111011000111010000011111101000010 | d8e83fd8e83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)