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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ロ」iロ」iB | 11011011101000110110100111011011101000110110100101000010 | dba369dba36942 |
EUC-JP | ロ」iロ」iB | 1000111011011011100011101010001101101001100011101101101110001110101000110110100101000010 | 8edb8ea3698edb8ea36942 |
UTF-8 | ロ」iロ」iB | 111011111011111010011011111011111011110110100011011010011110111110111110100110111110111110111101101000110110100101000010 | efbe9befbda369efbe9befbda36942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)