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 | º±á | 10111010101011011011000111100001 | baadb1e1 |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | º?±á | 100011111010001011101011001111111010000111011110100011111010101110100001 | 8fa2eb3fa1de8faba1 |
UTF-8 | º±á | 1100001010111010110000101010110111000010101100011100001110100001 | c2bac2adc2b1c3a1 |
UHC | º±? | 10101000101011001010000110101001101000011011111000111111 | a8aca1a9a1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)