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 | 霓よ?^ | 111010001011110110000010111001100011111101011110 | e8bd82e63f5e |
EUC-JP | 霓よ?^ | 111100001011111110100100111010000011111101011110 | f0bfa4e83f5e |
UTF-8 | 霓よ뮓^ | 11101001100111001001001111100011100000101000100011101011101011101001001101011110 | e99c93e38288ebae935e |
UHC | 霓よ뮓^ | 11100111111001111010101011101000100100101001111101011110 | e7e7aae8929f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)