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 | ä½NV | 1110010010111101100001100100111001010110 | e4bd864e56 |
SJIS-WIN | ???NV | 0011111100111111001111110100111001010110 | 3f3f3f4e56 |
EUC-JP | ä??NV | 10001111101010111010001100111111001111110100111001010110 | 8faba33f3f4e56 |
UTF-8 | ä½NV | 1100001110100100110000101011110111000010100001100100111001010110 | c3a4c2bdc2864e56 |
UHC | ?½?NV | 001111111010100011110110001111110100111001010110 | 3fa8f63f4e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)