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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 撓題\ | 1001110110011010100100011110100001011100 | 9d9a91e85c |
EUC-JP | 撓題\ | 1101100111111010110000101110101001011100 | d9fac2ea5c |
UTF-8 | 撓題\ | 11100110100100101001001111101001101000011000110001011100 | e69293e9a18c5c |
UHC | 撓題\ | 1110100011110101111100001011100101011100 | e8f5f0b95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)