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 | ?æ?GB | 0011111111100110001111110100011101000010 | 3fe63f4742 |
SJIS-WIN | ???GB | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
EUC-JP | ?æ?GB | 00111111100011111010100111000001001111110100011101000010 | 3f8fa9c13f4742 |
UTF-8 | 룶æ熉GB | 11101011101000111011011011000011101001101110011110000110100010010100011101000010 | eba3b6c3a6e786894742 |
UHC | 룶æ熉GB | 1000111110101011101010011010000111101001111110110100011101000010 | 8faba9a1e9fb4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)