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 | 賈豺賈 | 111001101100100111100110101101111110011011001001 | e6c9e6b7e6c9 |
EUC-JP | 賈豺賈 | 111011001100101111101100101110011110110011001011 | eccbecb9eccb |
UTF-8 | 賈豺賈 | 111010001011001110001000111010001011000110111010111010001011001110001000 | e8b388e8b1bae8b388 |
UHC | 賈豺賈 | 110010101011100111100011110011111100101010111001 | cab9e3cfcab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)