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 | 乗愰・ | 1000111111100110111110101100010110100101 | 8fe6fac5a5 |
EUC-JP | 乗愰・ | 10111110111010001000111110111110110010011000111010100101 | bee88fbec98ea5 |
UTF-8 | 乗愰・ | 111001001011100110010111111001101000010010110000111011111011110110100101 | e4b997e684b0efbda5 |
UHC | ?愰? | 00111111111111001100101000111111 | 3ffcca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)