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 | 1110000011110110111000011001000001101001111000001111011011100001100100000110100101000010 | e0f6e19069e0f6e1906942 |
EUC-JP | 璋瘰i璋瘰iB | 1110000011111000111000011111000001101001111000001111100011100001111100000110100101000010 | e0f8e1f069e0f8e1f06942 |
UTF-8 | 璋瘰i璋瘰iB | 111001111001001010001011111001111001100010110000011010011110011110010010100010111110011110011000101100000110100101000010 | e7928be798b069e7928be798b06942 |
UHC | 璋?i璋?iB | 111011011111000000111111011010011110110111110000001111110110100101000010 | edf03f69edf03f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)