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 | 豼夛サ威・ | 1110011010111111100110101110101010111011100010001101000010100101 | e6bf9aeabb88d0a5 |
EUC-JP | 豼夛サ威・ | 11101100110000011101010011101100100011101011101110110000110100101000111010100101 | ecc1d4ec8ebbb0d28ea5 |
UTF-8 | 豼夛サ威・ | 111010001011000110111100111001011010010010011011111011111011110110111011111001011010100010000001111011111011110110100101 | e8b1bce5a49befbdbbe5a881efbda5 |
UHC | ???威? | 001111110011111100111111111010101100111000111111 | 3f3f3feace3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)