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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 示??^ | 1000111010100110001111110011111101011110 | 8ea63f3f5e |
EUC-JP | 示??^ | 1011110010101000001111110011111101011110 | bca83f3f5e |
UTF-8 | 示벆뻶^ | 11100111101001001011101011101011101100101000011011101011101110111011011001011110 | e7a4baebb286ebbbb65e |
UHC | 示벆뻶^ | 11100011110001101001001110101010100101101000000101011110 | e3c693aa96815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)