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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 賈戊豺賈 | 1110011011001001100101011110100011100110101101111110011011001001 | e6c995e8e6b7e6c9 |
EUC-JP | 賈戊豺賈 | 1110110011001011110010101110101011101100101110011110110011001011 | eccbcaeaecb9eccb |
UTF-8 | 賈戊豺賈 | 111010001011001110001000111001101000100010001010111010001011000110111010111010001011001110001000 | e8b388e6888ae8b1bae8b388 |
UHC | 賈戊豺賈 | 1100101010111001110110011110011011100011110011111100101010111001 | cab9d9e6e3cfcab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)