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 | ショ」カ | 101111001111010110100010101011101010001110110110 | bcf5a2aea3b6 |
EUC-JP | シ?ョ」カ | 100011101011110000111111100011101010111010001110101000111000111010110110 | 8ebc3f8eae8ea38eb6 |
UTF-8 | ショ」カ | 111011111011110110111100111011101001000010001101111011111011110110101110111011111011110110100011111011111011110110110110 | efbdbcee908defbdaeefbda3efbdb6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)