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 | ä¹¢^ | 11000011101001001100001010111001110000101010001001011110 | c3a4c2b9c2a25e |
SJIS-WIN | ?????¢^ | 0011111100111111001111110011111100111111100000011001000101011110 | 3f3f3f3f3f81915e |
EUC-JP | �^ | 10001111101010101010101010001111101000101111000010001111101010101010010000111111100011111010101010100100101000011111000101011110 | 8faaaa8fa2f08faaa43f8faaa4a1f15e |
UTF-8 | ä¹¢^ | 11000011100000111100001010100100110000111000001011000010101110011100001110000010110000101010001001011110 | c383c2a4c382c2b9c382c2a25e |
UHC | ?¤?¹??^ | 001111111010001010110100001111111010100111110110001111110011111101011110 | 3fa2b43fa9f63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)