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 | 炅而\ | 1111101101010001100011101010011101011100 | fb518ea75c |
EUC-JP | 炅而\ | 100011111100100111001010101111001010100101011100 | 8fc9cabca95c |
UTF-8 | 炅而\ | 11100111100000101000010111101000100000001000110001011100 | e78285e8808c5c |
UHC | 炅而\ | 1100110011011101111011001011101101011100 | ccddecbb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)