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 | 賈貂貘 | 111001101100100111100110101110001110011011000000 | e6c9e6b8e6c0 |
EUC-JP | 賈貂貘 | 111011001100101111101100101110101110110011000010 | eccbecbaecc2 |
UTF-8 | 賈貂貘 | 111010001011001110001000111010001011001010000010111010001011001010011000 | e8b388e8b282e8b298 |
UHC | 賈貂? | 1100101010111001111101011011000000111111 | cab9f5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)