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 | 111001111001100010100100011010011110011110011000101001000110100101000010 | e798a469e798a46942 |
EUC-JP | 逖、i逖、iB | 1110110111111000100011101010010001101001111011011111100010001110101001000110100101000010 | edf88ea469edf88ea46942 |
UTF-8 | 逖、i逖、iB | 111010011000000010010110111011111011110110100100011010011110100110000000100101101110111110111101101001000110100101000010 | e98096efbda469e98096efbda46942 |
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)