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 | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 舸i舸iB | 11100100011101100110100111100100011101100110100101000010 | e47669e4766942 |
EUC-JP | 舸i舸iB | 11100111110101110110100111100111110101110110100101000010 | e7d769e7d76942 |
UTF-8 | 舸i舸iB | 111010001000100010111000011010011110100010001000101110000110100101000010 | e888b869e888b86942 |
UHC | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)