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 | 禹屆 | 11100010010110101001101110011100 | e25a9b9c |
EUC-JP | 禹屆 | 11100011101110111101010111111100 | e3bbd5fc |
UTF-8 | 禹屆 | 111001111010011010111001111001011011000110000110 | e7a6b9e5b186 |
UHC | 禹屆 | 11101001111000001100110011111010 | e9e0ccfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)