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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??咐??? | 00111111001111111001100111110011001111110011111100111111 | 3f3f99f33f3f3f |
EUC-JP | ??咐??? | 00111111001111111101001011110101001111110011111100111111 | 3f3fd2f53f3f3f |
UTF-8 | 뤿쪔咐렋렶렰 | 111010111010010010111111111011001010101010010100111001011001001010010000111010111010000010001011111010111010000010110110111010111010000010110000 | eba4bfecaa94e59290eba08beba0b6eba0b0 |
UHC | 뤿쪔咐렋렶렰 | 100011111110101110100101100011101101110011111011100011101010001010001110110000011000111010111101 | 8feba58edcfb8ea28ec18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)