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 | 中?禹?淨 | 1001001010000110001111111110001001011010001111111001111111000100 | 92863fe25a3f9fc4 |
EUC-JP | 中?禹?淨 | 1100001111100110001111111110001110111011001111111101111011000110 | c3e63fe3bb3fdec6 |
UTF-8 | 中렎禹렗淨 | 111001001011100010101101111010111010000010001110111001111010011010111001111010111010000010010111111001101011011110101000 | e4b8adeba08ee7a6b9eba097e6b7a8 |
UHC | 中렎禹렗淨 | 11110001111010011000111010100100111010011110000010001110101011001110111111100100 | f1e98ea4e9e08eacefe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)