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 | 翊寮 | 11100011110000101001011110111110 | e3c297be |
EUC-JP | 翊寮 | 11100110110001001100111011000000 | e6c4cec0 |
UTF-8 | 翊寮 | 111001111011111110001010111001011010111110101110 | e7bf8ae5afae |
UHC | 翊寮 | 11101100110011011101011011110111 | eccdd6f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)