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 | ¶Ít | 101101101100110101110100 | b6cd74 |
SJIS-WIN | ¶?t | 10000001111101110011111101110100 | 81f73f74 |
EUC-JP | ¶Ít | 101000101111100110001111101010101011111101110100 | a2f98faabf74 |
UTF-8 | ¶Ít | 1100001010110110110000111000110101110100 | c2b6c38d74 |
UHC | ¶?t | 10100010110100100011111101110100 | a2d23f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)