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 | 111010001001000110100010011010011110100010010001101000100110100101000010 | e891a269e891a26942 |
EUC-JP | 闡「i闡「iB | 1110111111110001100011101010001001101001111011111111000110001110101000100110100101000010 | eff18ea269eff18ea26942 |
UTF-8 | 闡「i闡「iB | 111010011001011110100001111011111011110110100010011010011110100110010111101000011110111110111101101000100110100101000010 | e997a1efbda269e997a1efbda26942 |
UHC | 闡?i闡?iB | 111101001100010100111111011010011111010011000101001111110110100101000010 | f4c53f69f4c53f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)