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 | 濟?? | 11100000010110100011111100111111 | e05a3f3f |
EUC-JP | 濟?饔 | 110111111011101100111111100011111110100011101111 | dfbb3f8fe8ef |
UTF-8 | 濟렎饔 | 111001101011111110011111111010111010000010001110111010011010010110010100 | e6bf9feba08ee9a594 |
UHC | 濟렎饔 | 111100001010110110001110101001001110100010111101 | f0ad8ea4e8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)