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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 滸魍 | 10011111111101011110100110110001 | 9ff5e9b1 |
EUC-JP | 滸魍 | 11011110111101111111001010110011 | def7f2b3 |
UTF-8 | 滸魍 | 111001101011101110111000111010011010110110001101 | e6bbb8e9ad8d |
UHC | 滸? | 111110111100101000111111 | fbca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)