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 | 捨韆識 | 100011101100110011101000111001101000111010101111 | 8ecce8e68eaf |
EUC-JP | 捨韆識 | 101111001100111011110000111010001011110010110001 | bccef0e8bcb1 |
UTF-8 | 捨韆識 | 111001101000110110101000111010011001111110000110111010001010110110011000 | e68da8e99f86e8ad98 |
UHC | 捨韆識 | 110111101101011111110100110001111110001111011011 | ded7f4c7e3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)