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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鶯??肉?^ | 1110100111110010001111110011111110010011111101110011111101011110 | e9f23f3f93f73f5e |
EUC-JP | 鶯??肉?^ | 1111001011110100001111110011111111000110111110010011111101011110 | f2f43f3fc6f93f5e |
UTF-8 | 鶯ㅲ궗肉늖^ | 11101001101101101010111111100011100001011011001011101010101101101001011111101000100000101000100111101011100010101001011001011110 | e9b6afe385b2eab697e88289eb8a965e |
UHC | 鶯ㅲ궗肉늖^ | 1110010110100011101001001110001010000010101011001110101110111111100010000110010101011110 | e5a3a4e282acebbf88655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)