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 | ±û±Õ | 10110001111110111011000111010101 | b1fbb1d5 |
SJIS-WIN | ±?±? | 100000010111110100111111100000010111110100111111 | 817d3f817d3f |
EUC-JP | ±û±Õ | 10100001110111101000111110101011111001011010000111011110100011111010101011011000 | a1de8fabe5a1de8faad8 |
UTF-8 | ±û±Õ | 1100001010110001110000111011101111000010101100011100001110010101 | c2b1c3bbc2b1c395 |
UHC | ±?±? | 101000011011111000111111101000011011111000111111 | a1be3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)