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 | 霎懶ソ・鞴 | 1110100010111110100111001110111110111111101001011110100011100100 | e8be9cefbfa5e8e4 |
EUC-JP | 霎懶ソ・鞴 | 11110000110000001101100011110001100011101011111110001110101001011111000011100110 | f0c0d8f18ebf8ea5f0e6 |
UTF-8 | 霎懶ソ・鞴 | 111010011001110010001110111001101000011110110110111011111011110110111111111011111011110110100101111010011001111010110100 | e99c8ee687b6efbdbfefbda5e99eb4 |
UHC | ?懶??? | 001111111101010011111011001111110011111100111111 | 3fd4fb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)