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 | 煮捨鴫 | 100011101100111110001110110011001000111010110000 | 8ecf8ecc8eb0 |
EUC-JP | 煮捨鴫 | 101111001101000110111100110011101011110010110010 | bcd1bccebcb2 |
UTF-8 | 煮捨鴫 | 111001111000010110101110111001101000110110101000111010011011010010101011 | e785aee68da8e9b4ab |
UHC | 煮捨? | 1110110110110100110111101101011100111111 | edb4ded73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)