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 | 陟「隱 | 1110100010100000101000101110100010101010 | e8a0a2e8aa |
EUC-JP | 陟「隱 | 111100001010001010001110101000101111000010101100 | f0a28ea2f0ac |
UTF-8 | 陟「隱 | 111010011001100110011111111011111011110110100010111010011001101010110001 | e9999fefbda2e99ab1 |
UHC | 陟?隱 | 1111010010110011001111111110101111011111 | f4b33febdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)