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{^ | 100000110100010001101110011111011000001101000100011011100111101101011110 | 83446e7d83446e7b5e |
EUC-JP | ゥn}ゥn{^ | 101001011010010101101110011111011010010110100101011011100111101101011110 | a5a56e7da5a56e7b5e |
UTF-8 | ゥn}ゥn{^ | 1110001110000010101001010110111001111101111000111000001010100101011011100111101101011110 | e382a56e7de382a56e7b5e |
UHC | ゥn}ゥn{^ | 101010111010010101101110011111011010101110100101011011100111101101011110 | aba56e7daba56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)