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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鴈質 | 11101001111011001000111010111111 | e9ec8ebf |
EUC-JP | 鴈質 | 11110010111011101011110011000001 | f2eebcc1 |
UTF-8 | 鴈質 | 111010011011010010001000111010001011001110101010 | e9b488e8b3aa |
UHC | ?質 | 001111111111001011110101 | 3ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)