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 | ±ÌéÅ\ | 1011000111001100111010011100010101011100 | b1cce9c55c |
SJIS-WIN | ±???\ | 100000010111110100111111001111110011111101011100 | 817d3f3f3f5c |
EUC-JP | ±ÌéÅ\ | 101000011101111010001111101010101100000010001111101010111011000110001111101010101010100101011100 | a1de8faac08fabb18faaa95c |
UTF-8 | ±ÌéÅ\ | 110000101011000111000011100011001100001110101001110000111000010101011100 | c2b1c38cc3a9c3855c |
UHC | ±???\ | 101000011011111000111111001111110011111101011100 | a1be3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)