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 | 薰コ逑 | 1111101110011110101110101110011110010011 | fb9ebae793 |
EUC-JP | ?コ逑 | 0011111110001110101110101110110111110011 | 3f8ebaedf3 |
UTF-8 | 薰コ逑 | 111010001001011010110000111011111011110110111010111010011000000010010001 | e896b0efbdbae98091 |
UHC | 薰?逑 | 1111110110111001001111111100111111000111 | fdb93fcfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)