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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 闕オx | 11101000100011011011010101111000 | e88db578 |
EUC-JP | 闕オx | 1110111111101101100011101011010101111000 | efed8eb578 |
UTF-8 | 闕オx | 11101001100101111001010111101111101111011011010101111000 | e99795efbdb578 |
UHC | 闕?x | 11001111111101000011111101111000 | cff43f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)