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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 綜??悠?h | 1001000110001110001111110011111110010111010010010011111101101000 | 918e3f3f97493f68 |
EUC-JP | 綜??悠?h | 1100000111101110001111110011111111001101101010100011111101101000 | c1ee3f3fcdaa3f68 |
UTF-8 | 綜븅걋悠렓h | 11100111101101101001110011101011101110001000010111101010101100011000101111100110100000101010000011101011101000001001001101101000 | e7b69cebb885eab18be682a0eba09368 |
UHC | 綜븅걋悠렓h | 1111000011111100101110101110100110110000110000001110101011101101100011101010100001101000 | f0fcbae9b0c0eaed8ea868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)