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 | 韃懐牆 | 111010001110010110001001111110011110000010101101 | e8e589f9e0ad |
EUC-JP | 韃懐牆 | 111100001110011110110010111110111110000010101111 | f0e7b2fbe0af |
UTF-8 | 韃懐牆 | 111010011001111110000011111001101000011110010000111001111000100110000110 | e99f83e68790e78986 |
UHC | ??牆 | 00111111001111111110110111101101 | 3f3feded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)