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 | 1110001010110101110100101111110101000010 | e2b5d2fd42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | â?ÒýB | 1000111110101011101001000011111110001111101010101101001010001111101010111111001001000010 | 8faba43f8faad28fabf242 |
UTF-8 | âµÒýB | 110000111010001011000010101101011100001110010010110000111011110101000010 | c3a2c2b5c392c3bd42 |
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)