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 | 111110110100000011000001110011111111101101000000110000011100111101000010 | fb40c1cffb40c1cf42 |
SJIS-WIN | ?@???@??B | 001111110100000000111111001111110011111101000000001111110011111101000010 | 3f403f3f3f403f3f42 |
EUC-JP | û@ÁÏû@ÁÏB | 100011111010101111100101010000001000111110101010101000011000111110101010110000011000111110101011111001010100000010001111101010101010000110001111101010101100000101000010 | 8fabe5408faaa18faac18fabe5408faaa18faac142 |
UTF-8 | û@ÁÏû@ÁÏB | 110000111011101101000000110000111000000111000011100011111100001110111011010000001100001110000001110000111000111101000010 | c3bb40c381c38fc3bb40c381c38f42 |
UHC | ?@???@??B | 001111110100000000111111001111110011111101000000001111110011111101000010 | 3f403f3f3f403f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)