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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痒箒< | 111000010111100111100010101101001000000110000011 | e179e2b48183 |
EUC-JP | 痒箒< | 111000011101101011100100101101101010000111100011 | e1dae4b6a1e3 |
UTF-8 | 痒箒< | 111001111001011110010010111001111010111010010010111011111011110010011100 | e79792e7ae92efbc9c |
UHC | 痒?< | 1110010111001010001111111010001110111100 | e5ca3fa3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)