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 | cun}cun{^ | 10010000011000111000100101110101011011100111110110010000011000111000100101110101011011100111101101011110 | 906389756e7d906389756e7b5e |
SJIS-WIN | ?c?un}?c?un{^ | 00111111011000110011111101110101011011100111110100111111011000110011111101110101011011100111101101011110 | 3f633f756e7d3f633f756e7b5e |
EUC-JP | ?c?un}?c?un{^ | 00111111011000110011111101110101011011100111110100111111011000110011111101110101011011100111101101011110 | 3f633f756e7d3f633f756e7b5e |
UTF-8 | cun}cun{^ | 1100001010010000011000111100001010001001011101010110111001111101110000101001000001100011110000101000100101110101011011100111101101011110 | c29063c289756e7dc29063c289756e7b5e |
UHC | ?c?un}?c?un{^ | 00111111011000110011111101110101011011100111110100111111011000110011111101110101011011100111101101011110 | 3f633f756e7d3f633f756e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)