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 | 跣慕柑 | 111001101110111110010101111001111000101010111001 | e6ef95e78ab9 |
EUC-JP | 跣慕柑 | 111011001111000111001010111010011011010010111011 | ecf1cae9b4bb |
UTF-8 | 跣慕柑 | 111010001011011110100011111001101000010110010101111001101001111110010001 | e8b7a3e68595e69f91 |
UHC | 跣慕柑 | 111000001101001111011001101101111100101011110011 | e0d3d9b7caf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)