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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 昇ャ^ | 100011111011100011110111100011101010110001011110 | 8fb8f78eac5e |
EUC-JP | 昇?ャ^ | 101111101011101000111111100011101010110001011110 | beba3f8eac5e |
UTF-8 | 昇ャ^ | 11100110100110001000011111101110100101011011000111101111101111011010110001011110 | e69887ee95b1efbdac5e |
UHC | 昇??^ | 1110001110110000001111110011111101011110 | e3b03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)