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 | ûVÜéÕ | 1111101101010110110111001110100111010101 | fb56dce9d5 |
SJIS-WIN | ?V??? | 0011111101010110001111110011111100111111 | 3f563f3f3f |
EUC-JP | ûVÜéÕ | 10001111101010111110010101010110100011111010101011100100100011111010101110110001100011111010101011011000 | 8fabe5568faae48fabb18faad8 |
UTF-8 | ûVÜéÕ | 110000111011101101010110110000111001110011000011101010011100001110010101 | c3bb56c39cc3a9c395 |
UHC | ?V??? | 0011111101010110001111110011111100111111 | 3f563f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)