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 | 趾^ | 11101000101101101011111001011110 | e8b6be5e |
SJIS-WIN | ?¶?^ | 0011111110000001111101110011111101011110 | 3f81f73f5e |
EUC-JP | �^ | 10001111101010111011001010100010111110010011111101011110 | 8fabb2a2f93f5e |
UTF-8 | 趾^ | 11000011101010001100001010110110110000101011111001011110 | c3a8c2b6c2be5e |
UHC | ?¶¾^ | 001111111010001011010010101010001111101001011110 | 3fa2d2a8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)