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 | 萵ケ萵ケ^ | 11100100111000001011100111100100111000001011100101011110 | e4e0b9e4e0b95e |
EUC-JP | 萵ケ萵ケ^ | 111010001110001010001110101110011110100011100010100011101011100101011110 | e8e28eb9e8e28eb95e |
UTF-8 | 萵ケ萵ケ^ | 11101000100100001011010111101111101111011011100111101000100100001011010111101111101111011011100101011110 | e890b5efbdb9e890b5efbdb95e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)