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 | 賈豬滸 | 111001101100100111100110101101011001111111110101 | e6c9e6b59ff5 |
EUC-JP | 賈豬滸 | 111011001100101111101100101101111101111011110111 | eccbecb7def7 |
UTF-8 | 賈豬滸 | 111010001011001110001000111010001011000110101100111001101011101110111000 | e8b388e8b1ace6bbb8 |
UHC | 賈?滸 | 1100101010111001001111111111101111001010 | cab93ffbca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)