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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髮ケ貊 | 1110100110011011101110011110011010111011 | e99bb9e6bb |
EUC-JP | 髮ケ貊 | 111100011111101110001110101110011110110010111101 | f1fb8eb9ecbd |
UTF-8 | 髮ケ貊 | 111010011010101110101110111011111011110110111001111010001011001010001010 | e9abaeefbdb9e8b28a |
UHC | 髮?貊 | 1101101110100101001111111101100011100111 | dba53fd8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)