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 | ìºÞïÁà | 111011001011101011011110111011111100000111100000 | ecbadeefc1e0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ìºÞïÁà | 100011111010101111000000100011111010001011101011100011111010100110110000100011111010101111000001100011111010101010100001100011111010101110100010 | 8fabc08fa2eb8fa9b08fabc18faaa18faba2 |
UTF-8 | ìºÞïÁà | 110000111010110011000010101110101100001110011110110000111010111111000011100000011100001110100000 | c3acc2bac39ec3afc381c3a0 |
UHC | ?ºÞ??? | 0011111110101000101011001010100010101101001111110011111100111111 | 3fa8aca8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)