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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セ緕ェ竺射 | 1011111011100011100011101010101010001110101100011000111011001011 | bee38eaa8eb18ecb |
EUC-JP | セ緕ェ竺射 | 10001110101111101110010111101110100011101010101010111100101100111011110011001101 | 8ebee5ee8eaabcb3bccd |
UTF-8 | セ緕ェ竺射 | 111011111011110110111110111001111011011110010101111011111011110110101010111001111010101110111010111001011011000010000100 | efbdbee7b795efbdaae7abbae5b084 |
UHC | ???竺射 | 00111111001111110011111111110101111001111101111011010010 | 3f3f3ff5e7ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)