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 | ?????D^ | 00111111001111110011111100111111001111110100010001011110 | 3f3f3f3f3f445e |
SJIS-WIN | 裃√純粮」D^ | 1110010111011111100000011110001110001111100000111110001011101100101000110100010001011110 | e5df81e38f83e2eca3445e |
EUC-JP | 裃√純粮」D^ | 111010101110000110100010111001011011110111100011111001001110111010001110101000110100010001011110 | eae1a2e5bde3e4ee8ea3445e |
UTF-8 | 裃√純粮」D^ | 1110100010100011100000111110001010001000100110101110011110110100100101001110011110110010101011101110111110111101101000110100010001011110 | e8a383e2889ae7b494e7b2aeefbda3445e |
UHC | ?√純粮?D^ | 00111111101000011110111011100010111011011101010111011011001111110100010001011110 | 3fa1eee2edd5db3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)