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 | 捨衒射 | 100011101100110011100101110010001000111011001011 | 8ecce5c88ecb |
EUC-JP | 捨衒射 | 101111001100111011101010110010101011110011001101 | bcceeacabccd |
UTF-8 | 捨衒射 | 111001101000110110101000111010001010000110010010111001011011000010000100 | e68da8e8a192e5b084 |
UHC | 捨衒射 | 110111101101011111111010111001011101111011010010 | ded7fae5ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)