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 | 111010001011001110100100011010011110100010110011101001000110100101000010 | e8b3a469e8b3a46942 |
EUC-JP | 雉、i雉、iB | 1111000010110101100011101010010001101001111100001011010110001110101001000110100101000010 | f0b58ea469f0b58ea46942 |
UTF-8 | 雉、i雉、iB | 111010011001101110001001111011111011110110100100011010011110100110011011100010011110111110111101101001000110100101000010 | e99b89efbda469e99b89efbda46942 |
UHC | 雉?i雉?iB | 111101101100101100111111011010011111011011001011001111110110100101000010 | f6cb3f69f6cb3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)