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å³ | 11100111100111111010110101000010111001011000110110110011 | e79fad42e58db3 |
SJIS-WIN | ???B??? | 00111111001111110011111101000010001111110011111100111111 | 3f3f3f423f3f3f |
EUC-JP | ç??Bå?? | 1000111110101011101011100011111100111111010000101000111110101011101010010011111100111111 | 8fabae3f3f428faba93f3f |
UTF-8 | çBå³ | 11000011101001111100001010011111110000101010110101000010110000111010010111000010100011011100001010110011 | c3a7c29fc2ad42c3a5c28dc2b3 |
UHC | ??B??³ | 001111110011111110100001101010010100001000111111001111111010100111111000 | 3f3fa1a9423f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)