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 | 韜治釥 | 111010001110100110001110101000011111101111000000 | e8e98ea1fbc0 |
EUC-JP | 韜治釥 | 11110000111010111011110010100011100011111110001110101011 | f0ebbca38fe3ab |
UTF-8 | 韜治釥 | 111010011001111110011100111001101011001010111011111010011000011110100101 | e99f9ce6b2bbe987a5 |
UHC | 韜治? | 1101010010110111111101101011110100111111 | d4b7f6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)