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 | 111001111110111110100010011010011110011111101111101000100110100101000010 | e7efa269e7efa26942 |
EUC-JP | 鉐「i鉐「iB | 1110111011110001100011101010001001101001111011101111000110001110101000100110100101000010 | eef18ea269eef18ea26942 |
UTF-8 | 鉐「i鉐「iB | 111010011000100110010000111011111011110110100010011010011110100110001001100100001110111110111101101000100110100101000010 | e98990efbda269e98990efbda26942 |
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)