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 | 1011111010101110111101001010000101000010 | beaef4a142 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?®ô¡B | 0011111110001111101000101110111010001111101010111101010010001111101000101100001001000010 | 3f8fa2ee8fabd48fa2c242 |
UTF-8 | ¾®ô¡B | 110000101011111011000010101011101100001110110100110000101010000101000010 | c2bec2aec3b4c2a142 |
UHC | ¾®?¡B | 1010100011111010101000101110011100111111101000101010111001000010 | a8faa2e73fa2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)