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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 腱腱^ | 1110010001000110111001000100011001011110 | e446e4465e |
EUC-JP | 腱腱^ | 1110011110100111111001111010011101011110 | e7a7e7a75e |
UTF-8 | 腱腱^ | 11101000100001011011000111101000100001011011000101011110 | e885b1e885b15e |
UHC | 腱腱^ | 1100101111110010110010111111001001011110 | cbf2cbf25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)