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 | 髮蛾。倪旭 | 111010011001101110001001111010011010000110011000111000101000100010101110 | e99b89e9a198e288ae |
EUC-JP | 髮蛾。倪旭 | 11110001111110111011001011101011100011101010000111010000111001001011000010110000 | f1fbb2eb8ea1d0e4b0b0 |
UTF-8 | 髮蛾。倪旭 | 111010011010101110101110111010001001101110111110111011111011110110100001111001011000000010101010111001101001011110101101 | e9abaee89bbeefbda1e580aae697ad |
UHC | 髮蛾?倪旭 | 110110111010010111100100101101100011111111100111110100101110100111101111 | dba5e4b63fe7d2e9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)