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 | ???BB | 0011111100111111001111110100001001000010 | 3f3f3f4242 |
SJIS-WIN | 痾疼鶺BB | 1110000101111101111000010111010111101010010101000100001001000010 | e17de175ea544242 |
EUC-JP | 痾疼鶺BB | 1110000111011110111000011101011011110011101101010100001001000010 | e1dee1d6f3b54242 |
UTF-8 | 痾疼鶺BB | 1110011110010111101111101110011110010110101111001110100110110110101110100100001001000010 | e797bee796bce9b6ba4242 |
UHC | ?疼?BB | 001111111101010011011001001111110100001001000010 | 3fd4d93f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)