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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蛛イ雖介⊆ | 111001011000000110110010111001011010101110001001111011101000000110111010 | e581b2e5ab89ee81ba |
EUC-JP | 蛛イ雖介⊆ | 11101001111000011000111010110010111010101010110110110010111100001010001010111100 | e9e18eb2eaadb2f0a2bc |
UTF-8 | 蛛イ雖介⊆ | 111010001001101110011011111011111011110110110010111010011001101110010110111001001011101110001011111000101000101010000110 | e89b9befbdb2e99b96e4bb8be28a86 |
UHC | 蛛?雖介⊆ | 111100011100100000111111111000101100110011001011101111111010000111110110 | f1c83fe2cccbbfa1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)