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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | ??義賁{d | 0011111100111111100010110110000011100110110010100111101101100100 | 3f3f8b60e6ca7b64 |
EUC-JP | 薏?義賁{d | 10001111110110011101111000111111101101011100000111101100110011000111101101100100 | 8fd9de3fb5c1eccc7b64 |
UTF-8 | 薏렫義賁{d | 1110100010010110100011111110101110100000101010111110011110111110101010011110100010110011100000010111101101100100 | e8968feba0abe7bea9e8b3817b64 |
UHC | 薏렫義賁{d | 11101011111110111000111010111001111010111111100111011101110100110111101101100100 | ebfb8eb9ebf9ddd37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)