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 | òþ]H | 11110010111111100101110101001000 | f2fe5d48 |
SJIS-WIN | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
EUC-JP | òþ]H | 1000111110101011110100101000111110101001110100000101110101001000 | 8fabd28fa9d05d48 |
UTF-8 | òþ]H | 110000111011001011000011101111100101110101001000 | c3b2c3be5d48 |
UHC | ?þ]H | 0011111110101001101011010101110101001000 | 3fa9ad5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)