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 | ???gF | 0011111100111111001111110110011101000110 | 3f3f3f6746 |
SJIS-WIN | 飮??gF | 100111110101101000111111001111110110011101000110 | 9f5a3f3f6746 |
EUC-JP | 飮??gF | 110111011011101100111111001111110110011101000110 | ddbb3f3f6746 |
UTF-8 | 飮곗뎰gF | 1110100110100011101011101110101010110011100101111110101110001110101100000110011101000110 | e9a3aeeab397eb8eb06746 |
UHC | 飮곗뎰gF | 1110101111100110101100001110110010001001100000110110011101000110 | ebe6b0ec89836746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)