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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辜壌攴塚」蝣 | 1110011110000011100011111110101110011101101110111111101010011100101000111110010110100000 | e7838feb9dbbfa9ca3e5a0 |
EUC-JP | 辜壌攴?」蝣 | 1110110111100011101111101110110111011010101111010011111110001110101000111110101010100010 | ede3beeddabd3f8ea3eaa2 |
UTF-8 | 辜壌攴塚」蝣 | 111010001011111010011100111001011010001110001100111001101001010010110100111011111010100010010000111011111011110110100011111010001001110110100011 | e8be9ce5a38ce694b4efa890efbda3e89da3 |
UHC | 辜????? | 11001101110100000011111100111111001111110011111100111111 | cdd03f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)