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 | 奚?濠 | 1001101011110110001111111000110110001010 | 9af63f8d8a |
EUC-JP | 奚?濠 | 1101010011111000001111111011100111101010 | d4f83fb9ea |
UTF-8 | 奚렩濠 | 111001011010010110011010111010111010000010101001111001101011111110100000 | e5a59aeba0a9e6bfa0 |
UHC | 奚렩濠 | 111110101010100010001110101101111111101111001100 | faa88eb7fbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)