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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 宵ェ召\ | 1000111110101010101010101000111110100010111100000100011001011100 | 8faaaa8fa2f0465c |
EUC-JP | 宵ェ召?\ | 1011111010101100100011101010101010111110101001000011111101011100 | beac8eaabea43f5c |
UTF-8 | 宵ェ召\ | 11100101101011101011010111101111101111011010101011100101100011111010110011101110100000001000011001011100 | e5aeb5efbdaae58facee80865c |
UHC | 宵?召?\ | 11100001101100100011111111100001101011110011111101011100 | e1b23fe1af3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)