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 | 1110000011000101111000001111001001101001111000001100010111100000111100100110100101000010 | e0c5e0f269e0c5e0f26942 |
EUC-JP | 倏瑣i倏瑣iB | 1110000011000111111000001111010001101001111000001100011111100000111101000110100101000010 | e0c7e0f469e0c7e0f46942 |
UTF-8 | 倏瑣i倏瑣iB | 111001011000000010001111111001111001000110100011011010011110010110000000100011111110011110010001101000110110100101000010 | e5808fe791a369e5808fe791a36942 |
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)