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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 猷??LB | 100101110101000100111111001111110100110001000010 | 97513f3f4c42 |
EUC-JP | 猷??LB | 110011011011001000111111001111110100110001000010 | cdb23f3f4c42 |
UTF-8 | 猷띔물LB | 1110011110001100101101111110101110011101100101001110101110101100101111000100110001000010 | e78cb7eb9d94ebacbc4c42 |
UHC | 猷띔물LB | 1110101110100011101101101110101010111001101100000100110001000010 | eba3b6eab9b04c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)