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 | 諡懷エ | 1110011010001011100111001110010110110100 | e68b9ce5b4 |
EUC-JP | 諡懷エ | 111010111110101111011000111001111000111010110100 | ebebd8e78eb4 |
UTF-8 | 諡懷エ | 111010001010101110100001111001101000011110110111111011111011110110110100 | e8aba1e687b7efbdb4 |
UHC | 諡懷? | 1110001111001101111111001110001100111111 | e3cdfce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)