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 | ¾®ô¡¶ý | 101111101010111011110100101000011011011011111101 | beaef4a1b6fd |
SJIS-WIN | ????¶? | 00111111001111110011111100111111100000011111011100111111 | 3f3f3f3f81f73f |
EUC-JP | ?®ô¡¶ý | 001111111000111110100010111011101000111110101011110101001000111110100010110000101010001011111001100011111010101111110010 | 3f8fa2ee8fabd48fa2c2a2f98fabf2 |
UTF-8 | ¾®ô¡¶ý | 110000101011111011000010101011101100001110110100110000101010000111000010101101101100001110111101 | c2bec2aec3b4c2a1c2b6c3bd |
UHC | ¾®?¡¶? | 10101000111110101010001011100111001111111010001010101110101000101101001000111111 | a8faa2e73fa2aea2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)