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 | 駿???瑚 | 10001111011110000011111100111111001111111000110011101000 | 8f783f3f3f8ce8 |
EUC-JP | 駿???瑚 | 10111101110110010011111100111111001111111011100011101010 | bdd93f3f3fb8ea |
UTF-8 | 駿곌렮렪瑚 | 111010011010011110111111111010101011001110001100111010111010000010101110111010111010000010101010111001111001000110011010 | e9a7bfeab38ceba0aeeba0aae7919a |
UHC | 駿곌렮렪瑚 | 11110001111001111011000011101010100011101011101110001110101110001111101111010001 | f1e7b0ea8ebb8eb8fbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)