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 | 驩槫●闡オ | 111010011000100110011110111001011000000110011100111010001001000110110101 | e9899ee5819ce891b5 |
EUC-JP | 驩槫●闡オ | 11110001111010011101110011100111101000011111110011101111111100011000111010110101 | f1e9dce7a1fceff18eb5 |
UTF-8 | 驩槫●闡オ | 111010011010100110101001111001101010011110101011111000101001011110001111111010011001011110100001111011111011110110110101 | e9a9a9e6a7abe2978fe997a1efbdb5 |
UHC | 驩?●闡? | 1111110010111110001111111010000111011100111101001100010100111111 | fcbe3fa1dcf4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)