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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豌磯宦豼、 | 111001101011000010001000111010011001101110000001111001101011111110100100 | e6b088e99b81e6bfa4 |
EUC-JP | 豌磯宦豼、 | 11101100101100101011000011101011110101011110000111101100110000011000111010100100 | ecb2b0ebd5e1ecc18ea4 |
UTF-8 | 豌磯宦豼、 | 111010001011000110001100111001111010001110101111111001011010111010100110111010001011000110111100111011111011110110100100 | e8b18ce7a3afe5aea6e8b1bcefbda4 |
UHC | 豌磯宦?? | 1110100011010101110100011011010011111100101100100011111100111111 | e8d5d1b4fcb23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)