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 | 11100101100001111001011011100101100000011101101101000010 | e58796e581db42 |
EUC-JP | 蜃門⊥B | 11101001111001111100110011100111101000101101110101000010 | e9e7cce7a2dd42 |
UTF-8 | 蜃門⊥B | 11101000100111001000001111101001100101101000000011100010100010101010010101000010 | e89c83e99680e28aa542 |
UHC | 蜃門⊥B | 11100011111100011101101010100110101000011101000101000010 | e3f1daa6a1d142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)