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 | ???IB | 0011111100111111001111110100100101000010 | 3f3f3f4942 |
SJIS-WIN | 痾疼鶺IB | 1110000101111101111000010111010111101010010101000100100101000010 | e17de175ea544942 |
EUC-JP | 痾疼鶺IB | 1110000111011110111000011101011011110011101101010100100101000010 | e1dee1d6f3b54942 |
UTF-8 | 痾疼鶺IB | 1110011110010111101111101110011110010110101111001110100110110110101110100100100101000010 | e797bee796bce9b6ba4942 |
UHC | ?疼?IB | 001111111101010011011001001111110100100101000010 | 3fd4d93f4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)