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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 鴃鴃F | 1110100111101110111010011110111001000110 | e9eee9ee46 |
EUC-JP | 鴃鴃F | 1111001011110000111100101111000001000110 | f2f0f2f046 |
UTF-8 | 鴃鴃F | 11101001101101001000001111101001101101001000001101000110 | e9b483e9b48346 |
UHC | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)