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 | 衣??^ | 1000100011011111001111110011111101011110 | 88df3f3f5e |
EUC-JP | 衣?汶^ | 10110000111000010011111110001111110001101110010101011110 | b0e13f8fc6e55e |
UTF-8 | 衣뮌汶^ | 11101000101000011010001111101011101011101000110011100110101100011011011001011110 | e8a1a3ebae8ce6b1b65e |
UHC | 衣뮌汶^ | 11101011111111011011100111000000110110101010000101011110 | ebfdb9c0daa15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)