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 | ê¹±¾ | 11101010101110011011000110111110 | eab9b1be |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | ê?±? | 10001111101010111011010000111111101000011101111000111111 | 8fabb43fa1de3f |
UTF-8 | ê¹±¾ | 1100001110101010110000101011100111000010101100011100001010111110 | c3aac2b9c2b1c2be |
UHC | ?¹±¾ | 00111111101010011111011010100001101111101010100011111010 | 3fa9f6a1bea8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)