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 | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 貉偃摶{d | 1110011010111001100110001110111010011101100101100111101101100100 | e6b998ee9d967b64 |
EUC-JP | 貉偃摶{d | 1110110010111011110100001111000011011001111101100111101101100100 | ecbbd0f0d9f67b64 |
UTF-8 | 貉偃摶{d | 1110100010110010100010011110010110000001100000111110011010010001101101100111101101100100 | e8b289e58183e691b67b64 |
UHC | ?偃?{d | 001111111110010111100111001111110111101101100100 | 3fe5e73f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)