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 | 軏情瞳遏嗅 | 11111011101100101000111111101110100100111011010111100111100111111001101001101011 | fbb28fee93b5e79f9a6b |
EUC-JP | 軏情瞳遏嗅 | 1000111111100000110110011011111011110000110001101011011111101110101000011101001111001100 | 8fe0d9bef0c6b7eea1d3cc |
UTF-8 | 軏情瞳遏嗅 | 111010001011101110001111111001101000001110000101111001111001111010110011111010011000000110001111111001011001011110000101 | e8bb8fe68385e79eb3e9818fe59785 |
UHC | ?情瞳?嗅 | 0011111111101111110101111101010011011010001111111111110110101011 | 3fefd7d4da3ffdab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)