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 | ?@nW}?@nW{^ | 0011111101000000011011100101011101111101001111110100000001101110010101110111101101011110 | 3f406e577d3f406e577b5e |
SJIS-WIN | 短@nW}短@nW{^ | 10010010010110100100000001101110010101110111110110010010010110100100000001101110010101110111101101011110 | 925a406e577d925a406e577b5e |
EUC-JP | 短@nW}短@nW{^ | 11000011101110110100000001101110010101110111110111000011101110110100000001101110010101110111101101011110 | c3bb406e577dc3bb406e577b5e |
UTF-8 | 短@nW}短@nW{^ | 111001111001111110101101010000000110111001010111011111011110011110011111101011010100000001101110010101110111101101011110 | e79fad406e577de79fad406e577b5e |
UHC | 短@nW}短@nW{^ | 11010011101011010100000001101110010101110111110111010011101011010100000001101110010101110111101101011110 | d3ad406e577dd3ad406e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)