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 | 111010011110101100111111011010011110100111101011001111110110100101000010 | e9eb3f69e9eb3f6942 |
EUC-JP | 鴉?i鴉?iB | 111100101110110100111111011010011111001011101101001111110110100101000010 | f2ed3f69f2ed3f6942 |
UTF-8 | 鴉뽧i鴉뽧iB | 111010011011010010001001111010111011110110100111011010011110100110110100100010011110101110111101101001110110100101000010 | e9b489ebbda769e9b489ebbda76942 |
UHC | 鴉뽧i鴉뽧iB | 1110010010111100100101101110001101101001111001001011110010010110111000110110100101000010 | e4bc96e369e4bc96e36942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)