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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 易??鬼^ | 10001000110101010011111100111111100010110101001101011110 | 88d53f3f8b535e |
EUC-JP | 易??鬼^ | 10110000110101110011111100111111101101011011010001011110 | b0d73f3fb5b45e |
UTF-8 | 易낅맟鬼^ | 11100110100110001001001111101011100000101000010111101011101001111001111111101001101011001011110001011110 | e69893eb8285eba79fe9acbc5e |
UHC | 易낅맟鬼^ | 111001101011011010000101111010111001000010101100110100001010000101011110 | e6b685eb90acd0a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)