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 | ì°¢? | 11101100101100001010001000111111 | ecb0a23f |
SJIS-WIN | ?°¢蹕 | 00111111100000011000101110000001100100011110011101001010 | 3f818b8191e74a |
EUC-JP | ì°¢蹕 | 100011111010101111000000101000011110101110100001111100011110110110101011 | 8fabc0a1eba1f1edab |
UTF-8 | ì°¢蹕 | 110000111010110011000010101100001100001010100010111010001011100110010101 | c3acc2b0c2a2e8b995 |
UHC | ?°?? | 0011111110100001110001100011111100111111 | 3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)