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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | ??×倚 | 001111110011111110000001011111101001100011011111 | 3f3f817e98df |
EUC-JP | 孼?×倚 | 1000111110111010110000110011111110100001110111111101000011100001 | 8fbac33fa1dfd0e1 |
UTF-8 | 孼뽰×倚 | 1110010110101101101111001110101110111101101100001100001110010111111001011000000010011010 | e5adbcebbdb0c397e5809a |
UHC | 孼뽰×倚 | 1110010111101101100101101110110010100001101111111110101111101111 | e5ed96eca1bfebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)