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 | 佇??泣 | 100110001100100000111111001111111000101110000011 | 98c83f3f8b83 |
EUC-JP | 佇??泣 | 110100001100101000111111001111111011010111100011 | d0ca3f3fb5e3 |
UTF-8 | 佇띄깃泣 | 111001001011110110000111111010111001110110000100111010101011100110000011111001101011001110100011 | e4bd87eb9d84eab983e6b3a3 |
UHC | 佇띄깃泣 | 1110111010110111101101101110011110110001111010101110101111101000 | eeb7b6e7b1eaebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)