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{^ | 11101011101011101011010001100111111010111000001010001100011011100111110111101011101011101011010001100111111010111000001010001100011011100111101101011110 | ebaeb467eb828c6e7debaeb467eb828c6e7b5e |
UHC | 뮴g낌n}뮴g낌n{^ | 101110011100010101100111101100111010011001101110011111011011100111000101011001111011001110100110011011100111101101011110 | b9c567b3a66e7db9c567b3a66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)