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 | èß» | 1001010111101000110111111011101110000010 | 95e8dfbb82 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?èß?? | 001111111000111110101011101100101000111110101001110011100011111100111111 | 3f8fabb28fa9ce3f3f |
UTF-8 | èß» | 11000010100101011100001110101000110000111001111111000010101110111100001010000010 | c295c3a8c39fc2bbc282 |
UHC | ??ß?? | 001111110011111110101001101011000011111100111111 | 3f3fa9ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)