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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 賽┓賽┓B | 111001101100111010000100101011011110011011001110100001001010110101000010 | e6ce84ade6ce84ad42 |
EUC-JP | 賽┓賽┓B | 111011001101000010101000101011111110110011010000101010001010111101000010 | ecd0a8afecd0a8af42 |
UTF-8 | 賽┓賽┓B | 11101000101100111011110111100010100101001001001111101000101100111011110111100010100101001001001101000010 | e8b3bde29493e8b3bde2949342 |
UHC | 賽┓賽┓B | 110111111101111110100110101011111101111111011111101001101010111101000010 | dfdfa6afdfdfa6af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)