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 | 猥???魏 | 11100000110011100011111100111111001111111110100110110000 | e0ce3f3f3fe9b0 |
EUC-JP | 猥???魏 | 11100000110100000011111100111111001111111111001010110010 | e0d03f3f3ff2b2 |
UTF-8 | 猥쾌렩렠魏 | 111001111000110010100101111011001011111010001100111010111010000010101001111010111010000010100000111010011010110110001111 | e78ca5ecbe8ceba0a9eba0a0e9ad8f |
UHC | 猥쾌렩렠魏 | 11101000111001011100010011101000100011101011011110001110101100011110101011100000 | e8e5c4e88eb78eb1eae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)