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 | 媛?諍?寃 | 1001010101010001001111111110011001111001001111111001101110000011 | 95513fe6793f9b83 |
EUC-JP | 媛?諍?寃 | 1100100110110010001111111110101111011010001111111101010111100011 | c9b23febda3fd5e3 |
UTF-8 | 媛렦諍렭寃 | 111001011010101010011011111010111010000010100110111010001010101110001101111010111010000010101101111001011010111110000011 | e5aa9beba0a6e8ab8deba0ade5af83 |
UHC | 媛렦諍렭寃 | 11101010101100001000111010110101111011101011010110001110101110101110101010110010 | eab08eb5eeb58ebaeab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)