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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 飡?飡?^ | 100011111110100011001000001111111000111111101000110010000011111101011110 | 8fe8c83f8fe8c83f5e |
UTF-8 | 飡뾴飡뤑^ | 11101001101000111010000111101011101111101011010011101001101000111010000111101011101001001001000101011110 | e9a3a1ebbeb4e9a3a1eba4915e |
UHC | 飡뾴飡뤑^ | 111000011110001010010111011101101110000111100010100011111100000101011110 | e1e29776e1e28fc15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)