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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 裳膚 | 10001111110101101001010110000110 | 8fd69586 |
EUC-JP | 裳膚 | 10111110110110001100100111100110 | bed8c9e6 |
UTF-8 | 裳膚 | 111010001010001110110011111010001000011010011010 | e8a3b3e8869a |
UHC | 裳膚 | 11011111110101111101110110110001 | dfd7ddb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)