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 | ???Uh | 0011111100111111001111110101010101101000 | 3f3f3f5568 |
SJIS-WIN | ???Uh | 0011111100111111001111110101010101101000 | 3f3f3f5568 |
EUC-JP | ???Uh | 0011111100111111001111110101010101101000 | 3f3f3f5568 |
UTF-8 | 혺첫혥Uh | 1110110110011000101110101110110010110010101010111110110110011000101001010101010101101000 | ed98baecb2abed98a55568 |
UHC | 혺첫혥Uh | 1100001010011111110000111011100111000010100011010101010101101000 | c29fc3b9c28d5568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)