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 | 磬貉\ | 1110000111111100111001101011100101011100 | e1fce6b95c |
EUC-JP | 磬貉\ | 1110001011111110111011001011101101011100 | e2feecbb5c |
UTF-8 | 磬貉\ | 11100111101000111010110011101000101100101000100101011100 | e7a3ace8b2895c |
UHC | 磬?\ | 11001100111001000011111101011100 | cce43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)