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 | 壤レ?^ | 100110101101111110000011100011000011111101011110 | 9adf838c3f5e |
EUC-JP | 壤レ?^ | 110101001110000110100101111011000011111101011110 | d4e1a5ec3f5e |
UTF-8 | 壤レ뀍^ | 11100101101000111010010011100011100000111010110011101011100000001000110101011110 | e5a3a4e383aceb808d5e |
UHC | 壤レ뀍^ | 11100101101111011010101111101100100001011000100001011110 | e5bdabec85885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)