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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 獨瞻皚B | 11100000110101011110000111011011111000011010101101000010 | e0d5e1dbe1ab42 |
EUC-JP | 獨瞻皚B | 11100000110101111110001011011101111000101010110101000010 | e0d7e2dde2ad42 |
UTF-8 | 獨瞻皚B | 11100111100011011010100011100111100111101011101111100111100110101001101001000010 | e78da8e79ebbe79a9a42 |
UHC | 獨瞻?B | 110101001011110011110100110101110011111101000010 | d4bcf4d73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)