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 | ±Ç@B | 10110001110001110100000001000010 | b1c74042 |
SJIS-WIN | ±?@B | 1000000101111101001111110100000001000010 | 817d3f4042 |
EUC-JP | ±Ç@B | 10100001110111101000111110101010101011100100000001000010 | a1de8faaae4042 |
UTF-8 | ±Ç@B | 110000101011000111000011100001110100000001000010 | c2b1c3874042 |
UHC | ±?@B | 1010000110111110001111110100000001000010 | a1be3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)