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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 療拳羞 | 100101111100001110001100100111011110001110110101 | 97c38c9de3b5 |
EUC-JP | 療拳羞 | 110011101100010110110111111111011110011010110111 | cec5b7fde6b7 |
UTF-8 | 療拳羞 | 111001111001100110000010111001101000101110110011111001111011111010011110 | e79982e68bb3e7be9e |
UHC | 療拳羞 | 110101101111101111001111111010111110001010111010 | d6fbcfebe2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)