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 | 懷歙問 | 100111001110010110011111010111111001011011100010 | 9ce59f5f96e2 |
EUC-JP | 懷歙問 | 110110001110011111011101110000001100110011100100 | d8e7ddc0cce4 |
UTF-8 | 懷歙問 | 111001101000011110110111111001101010110110011001111001011001010110001111 | e687b7e6ad99e5958f |
UHC | 懷?問 | 1111110011100011001111111101100111111101 | fce33fd9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)