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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 臾?@臾?@B | 111001000110101100111111010000001110010001101011001111110100000001000010 | e46b3f40e46b3f4042 |
EUC-JP | 臾?@臾?@B | 111001111100110000111111010000001110011111001100001111110100000001000010 | e7cc3f40e7cc3f4042 |
UTF-8 | 臾쭻@臾쭻@B | 111010001000011110111110111011001010110110111011010000001110100010000111101111101110110010101101101110110100000001000010 | e887beecadbb40e887beecadbb4042 |
UHC | 臾쭻@臾쭻@B | 1110101110101100101010000100110101000000111010111010110010101000010011010100000001000010 | ebaca84d40ebaca84d4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)