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 | 缸???毫 | 11100011100111010011111100111111001111111001111101111100 | e39d3f3f3f9f7c |
EUC-JP | 缸???毫 | 11100101111111010011111100111111001111111101110111011101 | e5fd3f3f3fdddd |
UTF-8 | 缸멱렭렰毫 | 111001111011110010111000111010111010100110110001111010111010000010101101111010111010000010110000111001101010111110101011 | e7bcb8eba9b1eba0adeba0b0e6afab |
UHC | 缸멱렭렰毫 | 11111001111111001011100011101000100011101011101010001110101111011111101111000110 | f9fcb8e88eba8ebdfbc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)