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 | Eu\ | 10010010010001010111010101011100 | 9245755c |
SJIS-WIN | ?Eu\ | 00111111010001010111010101011100 | 3f45755c |
EUC-JP | ?Eu\ | 00111111010001010111010101011100 | 3f45755c |
UTF-8 | Eu\ | 1100001010010010010001010111010101011100 | c29245755c |
UHC | ?Eu\ | 00111111010001010111010101011100 | 3f45755c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)