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 | 暦莇截 | 100101111110111111100100101101001001110101000010 | 97efe4b49d42 |
EUC-JP | 暦莇截 | 110011101111000111101000101101101101100110100011 | cef1e8b6d9a3 |
UTF-8 | 暦莇截 | 111001101001101010100110111010001000111010000111111001101000100010101010 | e69aa6e88e87e688aa |
UHC | ??截 | 00111111001111111110111110111000 | 3f3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)