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 | 11101000111000001011010101111000 | e8e0b578 |
EUC-JP | 鞨オx | 1111000011100010100011101011010101111000 | f0e28eb578 |
UTF-8 | 鞨オx | 11101001100111101010100011101111101111011011010101111000 | e99ea8efbdb578 |
UHC | 鞨?x | 11001010111010100011111101111000 | caea3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)