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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 蓚獺P | 1110010011101001111000001101101001010000 | e4e9e0da50 |
EUC-JP | 蓚獺P | 1110100011101011111000001101110001010000 | e8ebe0dc50 |
UTF-8 | 蓚獺P | 11101000100100111001101011100111100011011011101001010000 | e8939ae78dba50 |
UHC | 蓚獺P | 1110001010111110110100111011011101010000 | e2bed3b750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)