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 | 爺魘 | 10010110111010101110100110110100 | 96eae9b4 |
EUC-JP | 爺魘 | 11001100111011001111001010110110 | ccecf2b6 |
UTF-8 | 爺魘 | 111001111000100010111010111010011010110110011000 | e788bae9ad98 |
UHC | 爺? | 111001011010110000111111 | e5ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)