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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 邑?[邑?[^ | 100101110101011100111111010110111001011101010111001111110101101101011110 | 97573f5b97573f5b5e |
EUC-JP | 邑?[邑?[^ | 110011011011100000111111010110111100110110111000001111110101101101011110 | cdb83f5bcdb83f5b5e |
UTF-8 | 邑렍[邑렍[^ | 111010011000001010010001111010111010000010001101010110111110100110000010100100011110101110100000100011010101101101011110 | e98291eba08d5be98291eba08d5b5e |
UHC | 邑렍[邑렍[^ | 1110101111101001100011101010001101011011111010111110100110001110101000110101101101011110 | ebe98ea35bebe98ea35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)