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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豌磯。 | 1110011010110000100010001110100110100001 | e6b088e9a1 |
EUC-JP | 豌磯。 | 111011001011001010110000111010111000111010100001 | ecb2b0eb8ea1 |
UTF-8 | 豌磯。 | 111010001011000110001100111001111010001110101111111011111011110110100001 | e8b18ce7a3afefbda1 |
UHC | 豌磯? | 1110100011010101110100011011010000111111 | e8d5d1b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)