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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 倚貶萄 | 100110001101111111100110110010001001001110111000 | 98dfe6c893b8 |
EUC-JP | 倚貶萄 | 110100001110000111101100110010101100011010111010 | d0e1eccac6ba |
UTF-8 | 倚貶萄 | 111001011000000010011010111010001011001010110110111010001001000010000100 | e5809ae8b2b6e89084 |
UHC | 倚貶萄 | 111010111110111111111000101111111101010010101100 | ebeff8bfd4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)