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 | 侑儡??? | 10011000110100001001100101010011001111110011111100111111 | 98d099533f3f3f |
EUC-JP | 侑儡??? | 11010000110100101101000110110100001111110011111100111111 | d0d2d1b43f3f3f |
UTF-8 | 侑儡렗비렒 | 111001001011111010010001111001011000010010100001111010111010000010010111111010111011100110000100111010111010000010010010 | e4be91e584a1eba097ebb984eba092 |
UHC | 侑儡렗비렒 | 11101010111000101101011011101101100011101010110010111010111100011000111010100111 | eae2d6ed8eacbaf18ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)