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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 殞?\ | 10011111011011010011111101011100 | 9f6d3f5c |
EUC-JP | 殞?\ | 11011101110011100011111101011100 | ddce3f5c |
UTF-8 | 殞쌷\ | 11100110101011101001111011101100100011001011011101011100 | e6ae9eec8cb75c |
UHC | 殞쌷\ | 1110100111111001100110110110010101011100 | e9f99b655c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)