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 | 侑???歪 | 10011000110100000011111100111111001111111001100001100011 | 98d03f3f3f9863 |
EUC-JP | 侑???歪 | 11010000110100100011111100111111001111111100111111000100 | d0d23f3f3fcfc4 |
UTF-8 | 侑꿴렡렰歪 | 111001001011111010010001111010101011111110110100111010111010000010100001111010111010000010110000111001101010110110101010 | e4be91eabfb4eba0a1eba0b0e6adaa |
UHC | 侑꿴렡렰歪 | 11101010111000101011001011101001100011101011001010001110101111011110100011100000 | eae2b2e98eb28ebde8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)