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 | ?w?n}?w?n{^ | 0011111101110111001111110110111001111101001111110111011100111111011011100111101101011110 | 3f773f6e7d3f773f6e7b5e |
SJIS-WIN | ?w?n}?w?n{^ | 0011111101110111001111110110111001111101001111110111011100111111011011100111101101011110 | 3f773f6e7d3f773f6e7b5e |
EUC-JP | ?w?n}?w?n{^ | 0011111101110111001111110110111001111101001111110111011100111111011011100111101101011110 | 3f773f6e7d3f773f6e7b5e |
UTF-8 | 챈w혣n}챈w혣n{^ | 11101100101100011000100001110111111011011001100010100011011011100111110111101100101100011000100001110111111011011001100010100011011011100111101101011110 | ecb18877ed98a36e7decb18877ed98a36e7b5e |
UHC | 챈w혣n}챈w혣n{^ | 110000111010011001110111110000101000110001101110011111011100001110100110011101111100001010001100011011100111101101011110 | c3a677c28c6e7dc3a677c28c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)