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 | 韜銖? | 1110100011101001111001111111000100111111 | e8e9e7f13f |
EUC-JP | 韜銖? | 1111000011101011111011101111001100111111 | f0ebeef33f |
UTF-8 | 韜銖炙 | 111010011001111110011100111010011000101010010110111011111010011110111011 | e99f9ce98a96efa7bb |
UHC | 韜銖炙 | 110101001011011111100010110001111110111011011011 | d4b7e2c7eedb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)