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 | ??]H | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 靜?]H | 1110100011001110001111110101110101001000 | e8ce3f5d48 |
EUC-JP | 靜?]H | 1111000011010000001111110101110101001000 | f0d03f5d48 |
UTF-8 | 靜렱]H | 1110100110011101100111001110101110100000101100010101110101001000 | e99d9ceba0b15d48 |
UHC | 靜렱]H | 111100001010000110001110101111100101110101001000 | f0a18ebe5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)