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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 關ェ關ェ^ | 11101000100100001010101011101000100100001010101001011110 | e890aae890aa5e |
EUC-JP | 關ェ關ェ^ | 111011111111000010001110101010101110111111110000100011101010101001011110 | eff08eaaeff08eaa5e |
UTF-8 | 關ェ關ェ^ | 11101001100101111001110011101111101111011010101011101001100101111001110011101111101111011010101001011110 | e9979cefbdaae9979cefbdaa5e |
UHC | 關?關?^ | 11001110101111000011111111001110101111000011111101011110 | cebc3fcebc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)