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 | 10001111110001111011010000111111101101011100000111101100110011000111101101100100 | 8fc7b43fb5c1eccc7b64 |
UTF-8 | 洧렫義賁{d | 1110011010110100101001111110101110100000101010111110011110111110101010011110100010110011100000010111101101100100 | e6b4a7eba0abe7bea9e8b3817b64 |
UHC | 洧렫義賁{d | 11101010111110111000111010111001111010111111100111011101110100110111101101100100 | eafb8eb9ebf9ddd37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)