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 | AC\ | 1001001001000001100100100100001101011100 | 924192435c |
SJIS-WIN | ?A?C\ | 0011111101000001001111110100001101011100 | 3f413f435c |
EUC-JP | ?A?C\ | 0011111101000001001111110100001101011100 | 3f413f435c |
UTF-8 | AC\ | 11000010100100100100000111000010100100100100001101011100 | c29241c292435c |
UHC | ?A?C\ | 0011111101000001001111110100001101011100 | 3f413f435c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)