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 | 驛∵弌蝣ッ | 111010011000001110000001111001101001100010011111111001011010000010101111 | e98381e6989fe5a0af |
EUC-JP | 驛∵弌蝣ッ | 11110001111000111010001011101000110100001010000111101010101000101000111010101111 | f1e3a2e8d0a1eaa28eaf |
UTF-8 | 驛∵弌蝣ッ | 111010011010100110011011111000101000100010110101111001011011110010001100111010001001110110100011111011111011110110101111 | e9a99be288b5e5bc8ce89da3efbdaf |
UHC | 驛∵??? | 11100110101111101010000111110001001111110011111100111111 | e6bea1f13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)