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 | 煮捨 | 100011101100111110001110110011001111000011101011 | 8ecf8eccf0eb |
EUC-JP | 煮捨? | 1011110011010001101111001100111000111111 | bcd1bcce3f |
UTF-8 | 煮捨 | 111001111000010110101110111001101000110110101000111011101000001010101010 | e785aee68da8ee82aa |
UHC | 煮捨? | 1110110110110100110111101101011100111111 | edb4ded73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)