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 | 陟取汾 | 111010001010000010001110111001101001111110010000 | e8a08ee69f90 |
EUC-JP | 陟取汾 | 111100001010001010111100111010001101110111110000 | f0a2bce8ddf0 |
UTF-8 | 陟取汾 | 111010011001100110011111111001011000111110010110111001101011000110111110 | e9999fe58f96e6b1be |
UHC | 陟取汾 | 111101001011001111110110101000101101110111001100 | f4b3f6a2ddcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)