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 | ???EE | 0011111100111111001111110100010101000101 | 3f3f3f4545 |
SJIS-WIN | 猷??EE | 100101110101000100111111001111110100010101000101 | 97513f3f4545 |
EUC-JP | 猷??EE | 110011011011001000111111001111110100010101000101 | cdb23f3f4545 |
UTF-8 | 猷띠◁EE | 1110011110001100101101111110101110011101101000001110001010010111100000010100010101000101 | e78cb7eb9da0e297814545 |
UHC | 猷띠◁EE | 1110101110100011101101101110110010100010101101110100010101000101 | eba3b6eca2b74545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)