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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煮柴捨者 | 1000111011001111100011101100010010001110110011001000111011010010 | 8ecf8ec48ecc8ed2 |
EUC-JP | 煮柴捨者 | 1011110011010001101111001100011010111100110011101011110011010100 | bcd1bcc6bccebcd4 |
UTF-8 | 煮柴捨者 | 111001111000010110101110111001101001111110110100111001101000110110101000111010001000000010000101 | e785aee69fb4e68da8e88085 |
UHC | 煮柴捨者 | 1110110110110100111000111100001111011110110101111110110110111010 | edb4e3c3ded7edba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)