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 | 欹麝暸 | 100111110101100111101010011011001001111001000001 | 9f59ea6c9e41 |
EUC-JP | 欹麝暸 | 110111011011101011110011110011011101101110100010 | ddbaf3cddba2 |
UTF-8 | 欹麝暸 | 111001101010110010111001111010011011101010011101111001101001101010111000 | e6acb9e9ba9de69ab8 |
UHC | ?麝? | 00111111110111101111101000111111 | 3fdefa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)