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 | 猥???摯 | 11100000110011100011111100111111001111111001110110010101 | e0ce3f3f3f9d95 |
EUC-JP | 猥???摯 | 11100000110100000011111100111111001111111101100111110101 | e0d03f3f3fd9f5 |
UTF-8 | 猥며렫렍摯 | 111001111000110010100101111010111010100110110000111010111010000010101011111010111010000010001101111001101001000110101111 | e78ca5eba9b0eba0abeba08de691af |
UHC | 猥며렫렍摯 | 11101000111001011011100011100111100011101011100110001110101000111111001010100111 | e8e5b8e78eb98ea3f2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)