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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 墺??\ | 1001101011010010001111110011111101011100 | 9ad23f3f5c |
EUC-JP | 墺??\ | 1101010011010100001111110011111101011100 | d4d43f3f5c |
UTF-8 | 墺드뜏\ | 11100101101000101011101011101011100100111001110011101011100111001000111101011100 | e5a2baeb939ceb9c8f5c |
UHC | 墺드뜏\ | 11100111111100101011010111100101100011011001001001011100 | e7f2b5e58d925c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)