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 | 粧幡 | 10001111110011111001010010100110 | 8fcf94a6 |
EUC-JP | 粧幡 | 10111110110100011100100010101000 | bed1c8a8 |
UTF-8 | 粧幡 | 111001111011001010100111111001011011100110100001 | e7b2a7e5b9a1 |
UHC | 粧幡 | 11101101111100101101101111011111 | edf2dbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)