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 | 癒? | 100101101111110000111111 | 96fc3f |
EUC-JP | 癒? | 110011001111111000111111 | ccfe3f |
UTF-8 | 癒뢈 | 111001111001100110010010111010111010001010001000 | e79992eba288 |
UHC | 癒뢈 | 11101011101010001000111101000100 | eba88f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)