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 | ?@?@^ | 0011111101000000001111110100000001011110 | 3f403f405e |
SJIS-WIN | ?@?@^ | 0011111101000000001111110100000001011110 | 3f403f405e |
EUC-JP | ?@?@^ | 0011111101000000001111110100000001011110 | 3f403f405e |
UTF-8 | 혺@혺@^ | 111011011001100010111010010000001110110110011000101110100100000001011110 | ed98ba40ed98ba405e |
UHC | 혺@혺@^ | 11000010100111110100000011000010100111110100000001011110 | c29f40c29f405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)