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 | 髮ィ蜍 | 1110100110011011101010001110010110001011 | e99ba8e58b |
EUC-JP | 髮ィ蜍 | 111100011111101110001110101010001110100111101011 | f1fb8ea8e9eb |
UTF-8 | 髮ィ蜍 | 111010011010101110101110111011111011110110101000111010001001110010001101 | e9abaeefbda8e89c8d |
UHC | 髮?? | 11011011101001010011111100111111 | dba53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)