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 | 卍豺 | 10011001110000101110011010110111 | 99c2e6b7 |
EUC-JP | 卍豺 | 11010010110001001110110010111001 | d2c4ecb9 |
UTF-8 | 卍豺 | 111001011000110110001101111010001011000110111010 | e58d8de8b1ba |
UHC | 卍豺 | 11011000101100111110001111001111 | d8b3e3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)