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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鞋鞋^ | 1110100011011100111010001101110001011110 | e8dce8dc5e |
EUC-JP | 鞋鞋^ | 1111000011011110111100001101111001011110 | f0def0de5e |
UTF-8 | 鞋鞋^ | 11101001100111101000101111101001100111101000101101011110 | e99e8be99e8b5e |
UHC | 鞋鞋^ | 1111101110111001111110111011100101011110 | fbb9fbb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)