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 | 10011101110000100011111110011101110000100011111101000010 | 9dc23f9dc23f42 |
EUC-JP | 敖?敖?B | 11011010110001000011111111011010110001000011111101000010 | dac43fdac43f42 |
UTF-8 | 敖썍敖썍B | 11100110100101011001011011101100100011011000110111100110100101011001011011101100100011011000110101000010 | e69596ec8d8de69596ec8d8d42 |
UHC | 敖썍敖썍B | 111001111111100110011011011110101110011111111001100110110111101001000010 | e7f99b7ae7f99b7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)