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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 靜?邀 | 1110100011001110001111111110011110110001 | e8ce3fe7b1 |
EUC-JP | 靜?邀 | 1111000011010000001111111110111010110011 | f0d03feeb3 |
UTF-8 | 靜籠邀 | 111010011001110110011100111011111010010110000100111010011000001010000000 | e99d9cefa584e98280 |
UHC | 靜籠邀 | 111100001010000111010010110110011110100110101101 | f0a1d2d9e9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)