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 | 陜簫鴒 | 111010001001110111100010110100101110100111110111 | e89de2d2e9f7 |
EUC-JP | 陜簫鴒 | 111011111111110111100100110101001111001011111001 | effde4d4f2f9 |
UTF-8 | 陜簫鴒 | 111010011001100110011100111001111011000010101011111010011011010010010010 | e9999ce7b0abe9b492 |
UHC | 陜簫? | 1111100111110000111000011100011100111111 | f9f0e1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)