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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 綜???低E | 1001000110001110001111110011111100111111100100101110000101000101 | 918e3f3f3f92e145 |
EUC-JP | 綜???低E | 1100000111101110001111110011111100111111110001001110001101000101 | c1ee3f3f3fc4e345 |
UTF-8 | 綜곕렎펩低E | 11100111101101101001110011101010101100111001010111101011101000001000111011101101100011101010100111100100101111011000111001000101 | e7b69ceab395eba08eed8ea9e4bd8e45 |
UHC | 綜곕렎펩低E | 1111000011111100101100001110101110001110101001001100011011101001111011101011100001000101 | f0fcb0eb8ea4c6e9eeb845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)