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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炅質 | 111110110101000110001110101111111111000010110110 | fb518ebff0b6 |
EUC-JP | 炅質? | 100011111100100111001010101111001100000100111111 | 8fc9cabcc13f |
UTF-8 | 炅質 | 111001111000001010000101111010001011001110101010111011101000000110110101 | e78285e8b3aaee81b5 |
UHC | 炅質? | 1100110011011101111100101111010100111111 | ccddf2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)