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 | ?nD^ | 00111111011011100100010001011110 | 3f6e445e |
SJIS-WIN | 但nD^ | 1001001001000001011011100100010001011110 | 92416e445e |
EUC-JP | 但nD^ | 1100001110100010011011100100010001011110 | c3a26e445e |
UTF-8 | 但nD^ | 111001001011110110000110011011100100010001011110 | e4bd866e445e |
UHC | 但nD^ | 1101001110100011011011100100010001011110 | d3a36e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)