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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 솨샹솬섞셴 | 111011001000011010101000111011001000001110111001111011001000011010101100111011001000010010011110111011001000010110110100 | ec86a8ec83b9ec86acec849eec85b4 |
UHC | 솨샹솬섞셴 | 10111100110111011011110010100111101111001101111110111100101011111011110011001111 | bcddbca7bcdfbcafbccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)