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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 滓?^ | 10011111111001100011111101011110 | 9fe63f5e |
EUC-JP | 滓磎^ | 110111101110100010001111110100001010100001011110 | dee88fd0a85e |
UTF-8 | 滓磎^ | 11100110101110111001001111100111101000111000111001011110 | e6bb93e7a38e5e |
UHC | 滓磎^ | 1110111010101011110011011010010101011110 | eeabcda55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)