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 | 裹雅寐 | 111001011110010110001001111010111001101110000111 | e5e589eb9b87 |
EUC-JP | 裹雅寐 | 111010101110011110110010111011011101010111100111 | eae7b2edd5e7 |
UTF-8 | 裹雅寐 | 111010001010001110111001111010011001101110000101111001011010111110010000 | e8a3b9e99b85e5af90 |
UHC | ?雅寐 | 0011111111100100101110101101100011011011 | 3fe4bad8db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)