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 | 﨑袈 | 11111010101100011000110001010101 | fab18c55 |
EUC-JP | ?袈 | 001111111011011110110110 | 3fb7b6 |
UTF-8 | 﨑袈 | 111011111010100010010001111010001010001010001000 | efa891e8a288 |
UHC | ?袈 | 001111111100101010110111 | 3fcab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)