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 | 愾顴 | 10011100101111111110100101000001 | 9cbfe941 |
EUC-JP | 愾顴 | 11011000110000011111000110100010 | d8c1f1a2 |
UTF-8 | 愾顴 | 111001101000010010111110111010011010000110110100 | e684bee9a1b4 |
UHC | 愾? | 110010111100010100111111 | cbc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)