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 | 韜銖蠕 | 111010001110100111100111111100011110010110111110 | e8e9e7f1e5be |
EUC-JP | 韜銖蠕 | 111100001110101111101110111100111110101011000000 | f0ebeef3eac0 |
UTF-8 | 韜銖蠕 | 111010011001111110011100111010011000101010010110111010001010000010010101 | e99f9ce98a96e8a095 |
UHC | 韜銖? | 1101010010110111111000101100011100111111 | d4b7e2c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)