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 | 鞣傭^ | 1110100011100010100101110110001001011110 | e8e297625e |
EUC-JP | 鞣傭^ | 1111000011100100110011011100001101011110 | f0e4cdc35e |
UTF-8 | 鞣傭^ | 11101001100111101010001111100101100000101010110101011110 | e99ea3e582ad5e |
UHC | ?傭^ | 00111111111010011011011001011110 | 3fe9b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)