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 | 00111111001111110100111001010110 | 3f3f4e56 |
SJIS-WIN | 将、NV | 1000111110101011101001000100111001010110 | 8faba44e56 |
EUC-JP | 将、NV | 101111101010110110001110101001000100111001010110 | bead8ea44e56 |
UTF-8 | 将、NV | 1110010110110000100001101110111110111101101001000100111001010110 | e5b086efbda44e56 |
UHC | ??NV | 00111111001111110100111001010110 | 3f3f4e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)