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 | 址???? | 100110101010110000111111001111110011111100111111 | 9aac3f3f3f3f |
EUC-JP | 址???洹 | 1101010010101110001111110011111100111111100011111100011110111010 | d4ae3f3f3f8fc7ba |
UTF-8 | 址얘렮렪洹 | 111001011001110110000000111011001001011010011000111010111010000010101110111010111010000010101010111001101011010010111001 | e59d80ec9698eba0aeeba0aae6b4b9 |
UHC | 址얘렮렪洹 | 11110010101000111011111011101010100011101011101110001110101110001110101010110111 | f2a3beea8ebb8eb8eab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)