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 | 綜?贈?翁 | 1001000110001110001111111001000110100001001111111000100110100101 | 918e3f91a13f89a5 |
EUC-JP | 綜?贈?翁 | 1100000111101110001111111100001010100011001111111011001010100111 | c1ee3fc2a33fb2a7 |
UTF-8 | 綜렎贈렎翁 | 111001111011011010011100111010111010000010001110111010001011010010001000111010111010000010001110111001111011111110000001 | e7b69ceba08ee8b488eba08ee7bf81 |
UHC | 綜렎贈렎翁 | 11110000111111001000111010100100111100011111110010001110101001001110100010111010 | f0fc8ea4f1fc8ea4e8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)