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 | 賊伎? | 1001000110101111100010101110101000111111 | 91af8aea3f |
EUC-JP | 賊伎? | 1100001010110001101101001110110000111111 | c2b1b4ec3f |
UTF-8 | 賊伎갸 | 111010001011001110001010111001001011110010001110111010101011000010111000 | e8b38ae4bc8eeab0b8 |
UHC | 賊伎갸 | 111011101110010011010000111010111011000010111100 | eee4d0ebb0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)