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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | テ環イo | 1100001110001010110000101011001001101111 | c38ac2b26f |
EUC-JP | テ環イo | 10001110110000111011010011000100100011101011001001101111 | 8ec3b4c48eb26f |
UTF-8 | テ環イo | 11101111101111101000001111100111100100101011000011101111101111011011001001101111 | efbe83e792b0efbdb26f |
UHC | ?環?o | 0011111111111100101110110011111101101111 | 3ffcbb3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)