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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 磬磬B | 1110000111111100111000011111110001000010 | e1fce1fc42 |
EUC-JP | 磬磬B | 1110001011111110111000101111111001000010 | e2fee2fe42 |
UTF-8 | 磬磬B | 11100111101000111010110011100111101000111010110001000010 | e7a3ace7a3ac42 |
UHC | 磬磬B | 1100110011100100110011001110010001000010 | cce4cce442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)