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 | 100100100100011110010010010011110101110101001000 | 9247924f5d48 |
EUC-JP | 竪丹]H | 110000111010100011000011101100000101110101001000 | c3a8c3b05d48 |
UTF-8 | 竪丹]H | 1110011110101011101010101110010010111000101110010101110101001000 | e7abaae4b8b95d48 |
UHC | 竪丹]H | 111000101011010111010011101000010101110101001000 | e2b5d3a15d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)