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 | 證???倚 | 11100110100110100011111100111111001111111001100011011111 | e69a3f3f3f98df |
EUC-JP | 證???倚 | 11101011111110100011111100111111001111111101000011100001 | ebfa3f3f3fd0e1 |
UTF-8 | 證븐렢렯倚 | 111010001010110110001001111010111011100010010000111010111010000010100010111010111010000010101111111001011000000010011010 | e8ad89ebb890eba0a2eba0afe5809a |
UHC | 證븐렢렯倚 | 11110001111110111011101011101100100011101011001110001110101111001110101111101111 | f1fbbaec8eb38ebcebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)