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 | å²è³GB | 1110010110000001101100101110100010000000101100110100011101000010 | e581b2e880b34742 |
SJIS-WIN | ??????GB | 0011111100111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f3f4742 |
EUC-JP | å??è??GB | 100011111010101110101001001111110011111110001111101010111011001000111111001111110100011101000010 | 8faba93f3f8fabb23f3f4742 |
UTF-8 | å²è³GB | 1100001110100101110000101000000111000010101100101100001110101000110000101000000011000010101100110100011101000010 | c3a5c281c2b2c3a8c280c2b34742 |
UHC | ??²??³GB | 00111111001111111010100111110111001111110011111110101001111110000100011101000010 | 3f3fa9f73f3fa9f84742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)