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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 貽褸 | 11100110110001001110010111111000 | e6c4e5f8 |
EUC-JP | 貽褸 | 11101100110001101110101011111010 | ecc6eafa |
UTF-8 | 貽褸 | 111010001011001010111101111010001010010010111000 | e8b2bde8a4b8 |
UHC | 貽褸 | 11101100110000101101011110101110 | ecc2d7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)