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 | 中?禹?懿 | 1001001010000110001111111110001001011010001111111001110011110010 | 92863fe25a3f9cf2 |
EUC-JP | 中?禹?懿 | 1100001111100110001111111110001110111011001111111101100011110100 | c3e63fe3bb3fd8f4 |
UTF-8 | 中렎禹렊懿 | 111001001011100010101101111010111010000010001110111001111010011010111001111010111010000010001010111001101000011110111111 | e4b8adeba08ee7a6b9eba08ae687bf |
UHC | 中렎禹렊懿 | 11110001111010011000111010100100111010011110000010001110101000011110101111110011 | f1e98ea4e9e08ea1ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)