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 | 煮捨竺蔀煮 | 10001110110011111000111011001100100011101011000110001110110000011000111011001111 | 8ecf8ecc8eb18ec18ecf |
EUC-JP | 煮捨竺蔀煮 | 10111100110100011011110011001110101111001011001110111100110000111011110011010001 | bcd1bccebcb3bcc3bcd1 |
UTF-8 | 煮捨竺蔀煮 | 111001111000010110101110111001101000110110101000111001111010101110111010111010001001010010000000111001111000010110101110 | e785aee68da8e7abbae89480e785ae |
UHC | 煮捨竺?煮 | 111011011011010011011110110101111111010111100111001111111110110110110100 | edb4ded7f5e73fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)