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 | ?蛾▲ | 0011111110001001111010011000000110100011 | 3f89e981a3 |
EUC-JP | ?蛾▲ | 0011111110110010111010111010001010100101 | 3fb2eba2a5 |
UTF-8 | 卨蛾▲ | 111001011000110110101000111010001001101110111110111000101001011010110010 | e58da8e89bbee296b2 |
UHC | 卨蛾▲ | 111000001101100111100100101101101010000111100011 | e0d9e4b6a1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)