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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煮捨粱 | 100011101100111110001110110011001110001011101011 | 8ecf8ecce2eb |
EUC-JP | 煮捨粱 | 101111001101000110111100110011101110010011101101 | bcd1bccee4ed |
UTF-8 | 煮捨粱 | 111001111000010110101110111001101000110110101000111001111011001010110001 | e785aee68da8e7b2b1 |
UHC | 煮捨粱 | 111011011011010011011110110101111101010111011100 | edb4ded7d5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)