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 | ±Áº¢ | 10110001110000011011101010100010 | b1c1baa2 |
SJIS-WIN | ±??¢ | 100000010111110100111111001111111000000110010001 | 817d3f3f8191 |
EUC-JP | ±Áº¢ | 10100001110111101000111110101010101000011000111110100010111010111010000111110001 | a1de8faaa18fa2eba1f1 |
UTF-8 | ±Áº¢ | 1100001010110001110000111000000111000010101110101100001010100010 | c2b1c381c2bac2a2 |
UHC | ±?º? | 101000011011111000111111101010001010110000111111 | a1be3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)