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 | 彦???? | 100101010100011000111111001111110011111100111111 | 95463f3f3f3f |
EUC-JP | 彦??渶? | 1100100110100111001111110011111110001111110001111110110100111111 | c9a73f3f8fc7ed3f |
UTF-8 | 彦쀪퀡渶딟 | 111001011011110110100110111011001000000010101010111011011000000010100001111001101011100010110110111010111001010010011111 | e5bda6ec80aaed80a1e6b8b6eb949f |
UHC | 彦쀪퀡渶딟 | 11100101111010011001011111101010101100111001010111100111101101111000101101000010 | e5e997eab395e7b78b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)