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 | ç§ÍÑ | 11100111101001111100110111010001 | e7a7cdd1 |
SJIS-WIN | ?§?? | 0011111110000001100110000011111100111111 | 3f81983f3f |
EUC-JP | ç§ÍÑ | 1000111110101011101011101010000111111000100011111010101010111111100011111010101011010000 | 8fabaea1f88faabf8faad0 |
UTF-8 | ç§ÍÑ | 1100001110100111110000101010011111000011100011011100001110010001 | c3a7c2a7c38dc391 |
UHC | ?§?? | 0011111110100001110101110011111100111111 | 3fa1d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)