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 | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 焄y焄yB | 11111011010101000111100111111011010101000111100101000010 | fb5479fb547942 |
EUC-JP | 焄y焄yB | 100011111100100111100011011110011000111111001001111000110111100101000010 | 8fc9e3798fc9e37942 |
UTF-8 | 焄y焄yB | 111001111000010010000100011110011110011110000100100001000111100101000010 | e7848479e784847942 |
UHC | 焄y焄yB | 11111101101101100111100111111101101101100111100101000010 | fdb679fdb67942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)