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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
EUC-JP | 橒?{d | 100011111100010110101101001111110111101101100100 | 8fc5ad3f7b64 |
UTF-8 | 橒핥{d | 1110011010101001100100101110110110010101101001010111101101100100 | e6a992ed95a57b64 |
UHC | 橒핥{d | 111010011111100011000111110100110111101101100100 | e9f8c7d37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)