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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 「ョィⅦ | 1010001010101110101010001000011101011010 | a2aea8875a |
EUC-JP | 「ョィ? | 10001110101000101000111010101110100011101010100000111111 | 8ea28eae8ea83f |
UTF-8 | 「ョィⅦ | 111011111011110110100010111011111011110110101110111011111011110110101000111000101000010110100110 | efbda2efbdaeefbda8e285a6 |
UHC | ???Ⅶ | 0011111100111111001111111010010110110110 | 3f3f3fa5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)