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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 佇?薔?贓? | 100110001100100000111111111001010100101100111111111001101101100100111111 | 98c83fe54b3fe6d93f |
EUC-JP | 佇?薔?贓? | 110100001100101000111111111010011010110000111111111011001101101100111111 | d0ca3fe9ac3fecdb3f |
UTF-8 | 佇렓薔렧贓렎 | 111001001011110110000111111010111010000010010011111010001001011010010100111010111010000010100111111010001011010010010011111010111010000010001110 | e4bd87eba093e89694eba0a7e8b493eba08e |
UHC | 佇렓薔렧贓렎 | 111011101011011110001110101010001110110111111001100011101011011011101101111111001000111010100100 | eeb78ea8edf98eb6edfc8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)