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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 碣o饅澤 | 1110000111110000100000101000111111101001010111001110000001010110 | e1f0828fe95ce056 |
EUC-JP | 碣o饅澤 | 1110001011110010101000111110111111110001101111011101111110110111 | e2f2a3eff1bddfb7 |
UTF-8 | 碣o饅澤 | 111001111010001010100011111011111011110110001111111010011010010110000101111001101011111010100100 | e7a2a3efbd8fe9a585e6bea4 |
UHC | 碣o饅澤 | 1100101011100101101000111110111111011000110000111111011111001010 | cae5a3efd8c3f7ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)