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 | 墺볡쮽\ | 11100101101000101011101011101011101100111010000111101100101011101011110101011100 | e5a2baebb3a1ecaebd5c |
UHC | 墺볡쮽\ | 11100111111100101001001111100111101010001001100101011100 | e7f293e7a8995c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)