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 | 佞夬惆 | 100110110100001110011010111011011001110010101101 | 9b439aed9cad |
EUC-JP | 佞夬惆 | 110101011010010011010100111011111101100010101111 | d5a4d4efd8af |
UTF-8 | 佞夬惆 | 111001001011110110011110111001011010010010101100111001101000001110000110 | e4bd9ee5a4ace68386 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)