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 | 淨?肄?伶 | 1001111111000100001111111110001111100101001111111001011111100000 | 9fc43fe3e53f97e0 |
EUC-JP | 淨?肄?伶 | 1101111011000110001111111110011011100111001111111100111011100010 | dec63fe6e73fcee2 |
UTF-8 | 淨렍肄쮜伶 | 111001101011011110101000111010111010000010001101111010001000001010000100111011001010111010011100111001001011110010110110 | e6b7a8eba08de88284ecae9ce4bcb6 |
UHC | 淨렍肄쮜伶 | 11101111111001001000111010100011111011001011110111000010111010001101011010110110 | efe48ea3ecbdc2e8d6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)