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 | 1011000111001100110111001011100001000010 | b1ccdcb842 |
SJIS-WIN | ±???B | 100000010111110100111111001111110011111101000010 | 817d3f3f3f42 |
EUC-JP | ±ÌܸB | 101000011101111010001111101010101100000010001111101010101110010010001111101000101011000101000010 | a1de8faac08faae48fa2b142 |
UTF-8 | ±ÌܸB | 110000101011000111000011100011001100001110011100110000101011100001000010 | c2b1c38cc39cc2b842 |
UHC | ±??¸B | 10100001101111100011111100111111101000101010110001000010 | a1be3f3fa2ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)