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 | 髯懃ーォ魘 | 1110100110011001100111001110011110110000101010111110100110110100 | e9999ce7b0abe9b4 |
EUC-JP | 髯懃ーォ魘 | 11110001111110011101100011101001100011101011000010001110101010111111001010110110 | f1f9d8e98eb08eabf2b6 |
UTF-8 | 髯懃ーォ魘 | 111010011010101110101111111001101000011110000011111011111011110110110000111011111011110110101011111010011010110110011000 | e9abafe68783efbdb0efbdabe9ad98 |
UHC | ?懃??? | 001111111101000011000100001111110011111100111111 | 3fd0c43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)