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 | 髴畷摯崧」 | 111010011001110010010011111010111001110110010101111110101010111110100011 | e99c93eb9d95faafa3 |
EUC-JP | 髴畷摯崧」 | 1111000111111100110001101110110111011001111101011000111110111011110010101000111010100011 | f1fcc6edd9f58fbbca8ea3 |
UTF-8 | 髴畷摯崧」 | 111010011010101110110100111001111001010110110111111001101001000110101111111001011011010010100111111011111011110110100011 | e9abb4e795b7e691afe5b4a7efbda3 |
UHC | ??摯崧? | 00111111001111111111001010100111111000101111111000111111 | 3f3ff2a7e2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)