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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ?寥??BF | 00111111100110111000110000111111001111110100001001000110 | 3f9b8c3f3f4246 |
EUC-JP | ?寥??BF | 00111111110101011110110000111111001111110100001001000110 | 3fd5ec3f3f4246 |
UTF-8 | 쒔寥렖렣BF | 1110110010010010100101001110010110101111101001011110101110100000100101101110101110100000101000110100001001000110 | ec9294e5afa5eba096eba0a34246 |
UHC | 쒔寥렖렣BF | 10111110101011011110100011101111100011101010101110001110101101000100001001000110 | beade8ef8eab8eb44246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)