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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 褝作剴逾壱、 | 1110010111111010100011011110110010011001100100111110011110100101100010001110101110100100 | e5fa8dec9993e7a588eba4 |
EUC-JP | 褝作剴逾壱、 | 111010101111110010111010111011101101000111110011111011101010011110110000111011011000111010100100 | eafcbaeed1f3eea7b0ed8ea4 |
UTF-8 | 褝作剴逾壱、 | 111010001010010010011101111001001011110110011100111001011000100110110100111010011000000010111110111001011010001110110001111011111011110110100100 | e8a49de4bd9ce589b4e980bee5a3b1efbda4 |
UHC | ?作?逾?? | 0011111111101101110000100011111111101011101101010011111100111111 | 3fedc23febb53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)