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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 他贈@他贈@B | 1001000110111100100100011010000101000000100100011011110010010001101000010100000001000010 | 91bc91a14091bc91a14042 |
EUC-JP | 他贈@他贈@B | 1100001010111110110000101010001101000000110000101011111011000010101000110100000001000010 | c2bec2a340c2bec2a34042 |
UTF-8 | 他贈@他贈@B | 111001001011101110010110111010001011010010001000010000001110010010111011100101101110100010110100100010000100000001000010 | e4bb96e8b48840e4bb96e8b4884042 |
UHC | 他贈@他贈@B | 1111011011100010111100011111110001000000111101101110001011110001111111000100000001000010 | f6e2f1fc40f6e2f1fc4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)