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 | 暦莇曉 | 100101111110111111100100101101001001110111111010 | 97efe4b49dfa |
EUC-JP | 暦莇曉 | 110011101111000111101000101101101101101011111100 | cef1e8b6dafc |
UTF-8 | 暦莇曉 | 111001101001101010100110111010001000111010000111111001101001101110001001 | e69aa6e88e87e69b89 |
UHC | ??曉 | 00111111001111111111110011111011 | 3f3ffcfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)