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 | 鞁韈鞁韈^ | 111010001101100111101000111001111110100011011001111010001110011101011110 | e8d9e8e7e8d9e8e75e |
EUC-JP | 鞁韈鞁韈^ | 111100001101101111110000111010011111000011011011111100001110100101011110 | f0dbf0e9f0dbf0e95e |
UTF-8 | 鞁韈鞁韈^ | 11101001100111101000000111101001100111111000100011101001100111101000000111101001100111111000100001011110 | e99e81e99f88e99e81e99f885e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)