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 | Ì®ú¤£´ | 110011001010111011111010101001001010001110110100 | ccaefaa4a3b4 |
SJIS-WIN | ????£´ | 0011111100111111001111110011111110000001100100101000000101001100 | 3f3f3f3f8192814c |
EUC-JP | Ì®ú¤£´ | 10001111101010101100000010001111101000101110111010001111101010111110001010001111101000101111000010100001111100101010000110101101 | 8faac08fa2ee8fabe28fa2f0a1f2a1ad |
UTF-8 | Ì®ú¤£´ | 110000111000110011000010101011101100001110111010110000101010010011000010101000111100001010110100 | c38cc2aec3bac2a4c2a3c2b4 |
UHC | ?®?¤?´ | 001111111010001011100111001111111010001010110100001111111010001010100101 | 3fa2e73fa2b43fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)