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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 殃?“?? | 10011111011010010011111110000001011001110011111100111111 | 9f693f81673f3f |
EUC-JP | 殃?“?? | 11011101110010100011111110100001110010000011111100111111 | ddca3fa1c83f3f |
UTF-8 | 殃숇“留뾨 | 111001101010111010000011111011001000100010000111111000101000000010011100111011111010011110001101111010111011111010101000 | e6ae83ec8887e2809cefa78debbea8 |
UHC | 殃숇“留뾨 | 11100100111010101001100111101011101000011011000011101011101001111001011101101011 | e4ea99eba1b0eba7976b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)