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 | 鬱鞨物 | 100111110101010011101000111000001001010110101000 | 9f54e8e095a8 |
EUC-JP | 鬱鞨物 | 110111011011010111110000111000101100101010101010 | ddb5f0e2caaa |
UTF-8 | 鬱鞨物 | 111010011010110010110001111010011001111010101000111001111000100110101001 | e9acb1e99ea8e789a9 |
UHC | 鬱鞨物 | 111010101010011011001010111010101101101010101010 | eaa6caeadaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)