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 | ?n}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 話n}話n{^ | 100110000110001001101110011111011001100001100010011011100111101101011110 | 98626e7d98626e7b5e |
EUC-JP | 話n}話n{^ | 110011111100001101101110011111011100111111000011011011100111101101011110 | cfc36e7dcfc36e7b5e |
UTF-8 | 話n}話n{^ | 1110100010101001101100010110111001111101111010001010100110110001011011100111101101011110 | e8a9b16e7de8a9b16e7b5e |
UHC | 話n}話n{^ | 111111001010010101101110011111011111110010100101011011100111101101011110 | fca56e7dfca56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)