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 | îÁÈêÕô | 111011101100000111001000111010101101010111110100 | eec1c8ead5f4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | îÁÈêÕô | 100011111010101111000010100011111010101010100001100011111010101010110010100011111010101110110100100011111010101011011000100011111010101111010100 | 8fabc28faaa18faab28fabb48faad88fabd4 |
UTF-8 | îÁÈêÕô | 110000111010111011000011100000011100001110001000110000111010101011000011100101011100001110110100 | c3aec381c388c3aac395c3b4 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)