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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跋廷х妺シ | 111001101110101110010010111011001000010010000111111110101010010110111100 | e6eb92ec8487faa5bc |
EUC-JP | 跋廷х妺シ | 1110110011101101110001001110111010100111111001111000111110111001101101111000111010111100 | ecedc4eea7e78fb9b78ebc |
UTF-8 | 跋廷х妺シ | 1110100010110111100010111110010110111011101101111101000110000101111001011010011010111010111011111011110110111100 | e8b78be5bbb7d185e5a6baefbdbc |
UHC | 跋廷х?? | 1101101110100010111011111101010110101100111001110011111100111111 | dba2efd5ace73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)