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 | çBå | 11100111100111111010110101000010111001011000110110010010 | e79fad42e58d92 |
SJIS-WIN | ???B??? | 00111111001111110011111101000010001111110011111100111111 | 3f3f3f423f3f3f |
EUC-JP | ç??Bå?? | 1000111110101011101011100011111100111111010000101000111110101011101010010011111100111111 | 8fabae3f3f428faba93f3f |
UTF-8 | çBå | 11000011101001111100001010011111110000101010110101000010110000111010010111000010100011011100001010010010 | c3a7c29fc2ad42c3a5c28dc292 |
UHC | ??B??? | 0011111100111111101000011010100101000010001111110011111100111111 | 3f3fa1a9423f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)