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 | 渙湫^ | 1001111111010000100111111101010101011110 | 9fd09fd55e |
EUC-JP | 渙湫^ | 1101111011010010110111101101011101011110 | ded2ded75e |
UTF-8 | 渙湫^ | 11100110101110001001100111100110101110011010101101011110 | e6b899e6b9ab5e |
UHC | 渙湫^ | 1111110010111001111101011101001101011110 | fcb9f5d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)