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 | ìÐ\ | 111011001101000001011100 | ecd05c |
SJIS-WIN | ??\ | 001111110011111101011100 | 3f3f5c |
EUC-JP | ì?\ | 1000111110101011110000000011111101011100 | 8fabc03f5c |
UTF-8 | ìÐ\ | 1100001110101100110000111001000001011100 | c3acc3905c |
UHC | ?Ð\ | 00111111101010001010001001011100 | 3fa8a25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)