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 | 11101000101100100110100111101000101100100110100101000010 | e8b269e8b26942 |
SJIS-WIN | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
EUC-JP | è?iè?iB | 1000111110101011101100100011111101101001100011111010101110110010001111110110100101000010 | 8fabb23f698fabb23f6942 |
UTF-8 | è²iè²iB | 1100001110101000110000101011001001101001110000111010100011000010101100100110100101000010 | c3a8c2b269c3a8c2b26942 |
UHC | ?²i?²iB | 001111111010100111110111011010010011111110101001111101110110100101000010 | 3fa9f7693fa9f76942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)