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 | 00111111001111110011111110010101101100110100001001000110 | 3f3f3f95b34246 |
EUC-JP | ???糞BF | 00111111001111110011111111001010101101010100001001000110 | 3f3f3fcab54246 |
UTF-8 | 吏흗렪糞BF | 1110111110100111100111101110110110011101100101111110101110100000101010101110011110110011100111100100001001000110 | efa79eed9d97eba0aae7b39e4246 |
UHC | 吏흗렪糞BF | 11101100101001111100100011101001100011101011100011011101110100000100001001000110 | eca7c8e98eb8ddd04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)