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 | 001111110011111110001011011000110011111101000010 | 3f3f8b633f42 |
EUC-JP | 焌?議?B | 1000111111001001111010000011111110110101110001000011111101000010 | 8fc9e83fb5c43f42 |
UTF-8 | 焌렦議렜B | 11100111100001001000110011101011101000001010011011101000101011011011000011101011101000001001110001000010 | e7848ceba0a6e8adb0eba09c42 |
UHC | 焌렦議렜B | 111100011110000010001110101101011110110010100001100011101010111001000010 | f1e08eb5eca18eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)