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 | ???Po | 0011111100111111001111110101000001101111 | 3f3f3f506f |
SJIS-WIN | 飮??Po | 100111110101101000111111001111110101000001101111 | 9f5a3f3f506f |
EUC-JP | 飮??Po | 110111011011101100111111001111110101000001101111 | ddbb3f3f506f |
UTF-8 | 飮곗뎰Po | 1110100110100011101011101110101010110011100101111110101110001110101100000101000001101111 | e9a3aeeab397eb8eb0506f |
UHC | 飮곗뎰Po | 1110101111100110101100001110110010001001100000110101000001101111 | ebe6b0ec8983506f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)