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 | 薔糸 | 11100101010010111000111010000101 | e54b8e85 |
EUC-JP | 薔糸 | 11101001101011001011101111100101 | e9acbbe5 |
UTF-8 | 薔糸 | 111010001001011010010100111001111011001110111000 | e89694e7b3b8 |
UHC | 薔? | 111011011111100100111111 | edf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)