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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佇??有 | 100110001100100000111111001111111001011101001100 | 98c83f3f974c |
EUC-JP | 佇??有 | 110100001100101000111111001111111100110110101101 | d0ca3f3fcdad |
UTF-8 | 佇ㅻㅁ有 | 111001001011110110000111111000111000010110111011111000111000010110000001111001101001110010001001 | e4bd87e385bbe38581e69c89 |
UHC | 佇ㅻㅁ有 | 1110111010110111101001001110101110100100101100011110101011110011 | eeb7a4eba4b1eaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)