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 | 耋褸 | 11100011110011011110010111111000 | e3cde5f8 |
EUC-JP | 耋褸 | 11100110110011111110101011111010 | e6cfeafa |
UTF-8 | 耋褸 | 111010001000000010001011111010001010010010111000 | e8808be8a4b8 |
UHC | ?褸 | 001111111101011110101110 | 3fd7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)