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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 滓?滓?^ | 10011111111001100011111110011111111001100011111101011110 | 9fe63f9fe63f5e |
EUC-JP | 滓磎滓磎^ | 1101111011101000100011111101000010101000110111101110100010001111110100001010100001011110 | dee88fd0a8dee88fd0a85e |
UTF-8 | 滓磎滓磎^ | 11100110101110111001001111100111101000111000111011100110101110111001001111100111101000111000111001011110 | e6bb93e7a38ee6bb93e7a38e5e |
UHC | 滓磎滓磎^ | 111011101010101111001101101001011110111010101011110011011010010101011110 | eeabcda5eeabcda55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)