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 | 髣募頃繝カ | 111010011001011110010101111001011000110110100000111000111000001110110110 | e99795e58da0e383b6 |
EUC-JP | 髣募頃繝カ | 11110001111101111100101011100111101110101010001011100101111000111000111010110110 | f1f7cae7baa2e5e38eb6 |
UTF-8 | 髣募頃繝カ | 111010011010101110100011111001011000101110011111111010011010000010000011111001111011100110011101111011111011110110110110 | e9aba3e58b9fe9a083e7b99defbdb6 |
UHC | ?募頃?? | 00111111110110011011010011001100111100010011111100111111 | 3fd9b4ccf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)