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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 證?臧?? | 11100110100110100011111111100100011010000011111100111111 | e69a3fe4683f3f |
EUC-JP | 證?臧?? | 11101011111110100011111111100111110010010011111100111111 | ebfa3fe7c93f3f |
UTF-8 | 證렓臧흙ㄵ | 111010001010110110001001111010111010000010010011111010001000011110100111111011011001110110011001111000111000010010110101 | e8ad89eba093e887a7ed9d99e384b5 |
UHC | 證렓臧흙ㄵ | 11110001111110111000111010101000111011011111010111001000111010111010010010100101 | f1fb8ea8edf5c8eba4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)