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 | ?g?n}?g?n{^ | 0011111101100111001111110110111001111101001111110110011100111111011011100111101101011110 | 3f673f6e7d3f673f6e7b5e |
SJIS-WIN | ?g?n}?g?n{^ | 0011111101100111001111110110111001111101001111110110011100111111011011100111101101011110 | 3f673f6e7d3f673f6e7b5e |
EUC-JP | ?g?n}?g?n{^ | 0011111101100111001111110110111001111101001111110110011100111111011011100111101101011110 | 3f673f6e7d3f673f6e7b5e |
UTF-8 | 찾g쨍n}찾g쨍n{^ | 11101100101100001011111001100111111011001010100010001101011011100111110111101100101100001011111001100111111011001010100010001101011011100111101101011110 | ecb0be67eca88d6e7decb0be67eca88d6e7b5e |
UHC | 찾g쨍n}찾g쨍n{^ | 110000111010001101100111110000101011100001101110011111011100001110100011011001111100001010111000011011100111101101011110 | c3a367c2b86e7dc3a367c2b86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)