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 | ç¾Så | 11100111100101111011111001010011111001011001001110000010 | e797be53e59382 |
SJIS-WIN | ???S??? | 00111111001111110011111101010011001111110011111100111111 | 3f3f3f533f3f3f |
EUC-JP | ç??Så?? | 1000111110101011101011100011111100111111010100111000111110101011101010010011111100111111 | 8fabae3f3f538faba93f3f |
UTF-8 | ç¾Så | 11000011101001111100001010010111110000101011111001010011110000111010010111000010100100111100001010000010 | c3a7c297c2be53c3a5c293c282 |
UHC | ??¾S??? | 0011111100111111101010001111101001010011001111110011111100111111 | 3f3fa8fa533f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)