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 | 001111110011111100111111001111110100111001010110 | 3f3f3f3f4e56 |
SJIS-WIN | 丹担村側NV | 10010010010011111001001001010011100100011011101010010001101001000100111001010110 | 924f925391ba91a44e56 |
EUC-JP | 丹担村側NV | 11000011101100001100001110110100110000101011110011000010101001100100111001010110 | c3b0c3b4c2bcc2a64e56 |
UTF-8 | 丹担村側NV | 1110010010111000101110011110011010001011100001011110011010011101100100011110010110000001101101000100111001010110 | e4b8b9e68b85e69d91e581b44e56 |
UHC | 丹?村側NV | 110100111010000100111111111101011011110111110110101100000100111001010110 | d3a13ff5bdf6b04e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)