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 | 淫儡??? | 10001000111110101001100101010011001111110011111100111111 | 88fa99533f3f3f |
EUC-JP | 淫儡??? | 10110000111111001101000110110100001111110011111100111111 | b0fcd1b43f3f3f |
UTF-8 | 淫儡렗비렒 | 111001101011011110101011111001011000010010100001111010111010000010010111111010111011100110000100111010111010000010010010 | e6b7abe584a1eba097ebb984eba092 |
UHC | 淫儡렗비렒 | 11101011111000101101011011101101100011101010110010111010111100011000111010100111 | ebe2d6ed8eacbaf18ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)