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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鄒」髫乗п髏 | 1110011110111110101000111110100110011010100011111110011010000100100000011110100110010000 | e7bea3e99a8fe68481e990 |
EUC-JP | 鄒」髫乗п髏 | 111011101100000010001110101000111111000111111010101111101110100010100111111000011111000111110000 | eec08ea3f1fabee8a7e1f1f0 |
UTF-8 | 鄒」髫乗п髏 | 1110100110000100100100101110111110111101101000111110100110101011101010111110010010111001100101111101000010111111111010011010101110001111 | e98492efbda3e9ababe4b997d0bfe9ab8f |
UHC | 鄒???п? | 1111010111011011001111110011111100111111101011001110000100111111 | f5db3f3f3face13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)