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 | 轢Ⅸ | 11100111100000001000011101011100 | e780875c |
EUC-JP | 轢? | 111011011110000000111111 | ede03f |
UTF-8 | 轢Ⅸ | 111010001011110110100010111000101000010110101000 | e8bda2e285a8 |
UHC | 轢Ⅸ | 11010101111110011010010110111000 | d5f9a5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)