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 | «¢¢ù~ | 100011111010101110100010101000101111100101111110 | 8faba2a2f97e |
SJIS-WIN | ??¢¢?~ | 0011111100111111100000011001000110000001100100010011111101111110 | 3f3f819181913f7e |
EUC-JP | ??¢¢ù~ | 00111111001111111010000111110001101000011111000110001111101010111110001101111110 | 3f3fa1f1a1f18fabe37e |
UTF-8 | «¢¢ù~ | 1100001010001111110000101010101111000010101000101100001010100010110000111011100101111110 | c28fc2abc2a2c2a2c3b97e |
UHC | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)