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«M½^ | 100100100100011110010001101010111001001001001101100100011011110101011110 | 924791ab924d91bd5e |
SJIS-WIN | ?G???M??^ | 001111110100011100111111001111110011111101001101001111110011111101011110 | 3f473f3f3f4d3f3f5e |
EUC-JP | ?G???M??^ | 001111110100011100111111001111110011111101001101001111110011111101011110 | 3f473f3f3f4d3f3f5e |
UTF-8 | G«M½^ | 110000101001001001000111110000101001000111000010101010111100001010010010010011011100001010010001110000101011110101011110 | c29247c291c2abc2924dc291c2bd5e |
UHC | ?G???M?½^ | 00111111010001110011111100111111001111110100110100111111101010001111011001011110 | 3f473f3f3f4d3fa8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)