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 | 1111001010100011111100101010001101000010 | f2a3f2a342 |
SJIS-WIN | ?£?£B | 00111111100000011001001000111111100000011001001001000010 | 3f81923f819242 |
EUC-JP | ò£ò£B | 1000111110101011110100101010000111110010100011111010101111010010101000011111001001000010 | 8fabd2a1f28fabd2a1f242 |
UTF-8 | ò£ò£B | 110000111011001011000010101000111100001110110010110000101010001101000010 | c3b2c2a3c3b2c2a342 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)