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{^ | 11101011101011001010101001100111111010111010101110010100011011100111110111101011101011001010101001100111111010111010101110010100011011100111101101011110 | ebacaa67ebab946e7debacaa67ebab946e7b5e |
UHC | 묪g뫔n}묪g뫔n{^ | 100100100100001001100111100100011011011001101110011111011001001001000010011001111001000110110110011011100111101101011110 | 92426791b66e7d92426791b66e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)