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 | 褶玲恷\ | 11100101111101111001011111100110100111001000111001011100 | e5f797e69c8e5c |
EUC-JP | 褶玲恷\ | 11101010111110011100111011101000110101111110111001011100 | eaf9cee8d7ee5c |
UTF-8 | 褶玲恷\ | 11101000101001001011011011100111100011101011001011100110100000011011011101011100 | e8a4b6e78eb2e681b75c |
UHC | 褶玲?\ | 111000111010100011010110101111000011111101011100 | e3a8d6bc3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)