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 | 褸零 | 11100101111110001001011111101011 | e5f897eb |
EUC-JP | 褸零 | 11101010111110101100111011101101 | eafaceed |
UTF-8 | 褸零 | 111010001010010010111000111010011001101110110110 | e8a4b8e99bb6 |
UHC | 褸零 | 11010111101011101101011011000011 | d7aed6c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)