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 | «£¢ù\ | 100011111010101110100011101000101111100101011100 | 8faba3a2f95c |
SJIS-WIN | ??£¢?\ | 0011111100111111100000011001001010000001100100010011111101011100 | 3f3f819281913f5c |
EUC-JP | ??£¢ù\ | 00111111001111111010000111110010101000011111000110001111101010111110001101011100 | 3f3fa1f2a1f18fabe35c |
UTF-8 | «£¢ù\ | 1100001010001111110000101010101111000010101000111100001010100010110000111011100101011100 | c28fc2abc2a3c2a2c3b95c |
UHC | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)