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 | 中?禹?齬 | 1001001010000110001111111110001001011010001111111110101010010111 | 92863fe25a3fea97 |
EUC-JP | 中?禹?齬 | 1100001111100110001111111110001110111011001111111111001111110111 | c3e63fe3bb3ff3f7 |
UTF-8 | 中렎禹렔齬 | 111001001011100010101101111010111010000010001110111001111010011010111001111010111010000010010100111010011011110110101100 | e4b8adeba08ee7a6b9eba094e9bdac |
UHC | 中렎禹렔齬 | 11110001111010011000111010100100111010011110000010001110101010011110010111100001 | f1e98ea4e9e08ea9e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)