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 | 禎拔 | 10010010111101011001110101010101 | 92f59d55 |
EUC-JP | 禎拔 | 11000100111101111101100110110110 | c4f7d9b6 |
UTF-8 | 禎拔 | 111001111010011010001110111001101000101110010100 | e7a68ee68b94 |
UHC | 禎拔 | 11101111111011101101101011111011 | efeedafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)