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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矗モョ矣 | 1110000111011110110100111010111011100001111000011111011110101100 | e1ded3aee1e1f7ac |
EUC-JP | 矗モョ矣? | 111000101110000010001110110100111000111010101110111000101110001100111111 | e2e08ed38eaee2e33f |
UTF-8 | 矗モョ矣 | 111001111001111110010111111011111011111010010011111011111011110110101110111001111001111110100011111011101001011010001111 | e79f97efbe93efbdaee79fa3ee968f |
UHC | 矗??矣? | 11110101101110000011111100111111111010111111100000111111 | f5b83f3febf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)