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 | 陟「蝮 | 1110100010100000101000101110010110011101 | e8a0a2e59d |
EUC-JP | 陟「蝮 | 111100001010001010001110101000101110100111111101 | f0a28ea2e9fd |
UTF-8 | 陟「蝮 | 111010011001100110011111111011111011110110100010111010001001110110101110 | e9999fefbda2e89dae |
UHC | 陟?? | 11110100101100110011111100111111 | f4b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)