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 | 險らエ夬陸 | 111010001010100010000010111001111011010010011010111011011001011110100100 | e8a882e7b49aed97a4 |
EUC-JP | 險らエ夬陸 | 11110000101010101010010011101001100011101011010011010100111011111100111010100110 | f0aaa4e98eb4d4efcea6 |
UTF-8 | 險らエ夬陸 | 111010011001101010101010111000111000001010001001111011111011110110110100111001011010010010101100111010011001100110111000 | e99aaae38289efbdb4e5a4ace999b8 |
UHC | 險ら??陸 | 1111101011001111101010101110100100111111001111111101011111000001 | facfaae93f3fd7c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)