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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 賊磊?\ | 100100011010111111100001111110110011111101011100 | 91afe1fb3f5c |
EUC-JP | 賊磊?\ | 110000101011000111100010111111010011111101011100 | c2b1e2fd3f5c |
UTF-8 | 賊磊간\ | 11101000101100111000101011100111101000111000101011101010101100001000010001011100 | e8b38ae7a38aeab0845c |
UHC | 賊磊간\ | 11101110111001001101011011110000101100001010001101011100 | eee4d6f0b0a35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)