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 | 髱ィ謐ィ驍ェ | 111010011001110110101000111001101000110110101000111010011000001010101010 | e99da8e68da8e982aa |
EUC-JP | 髱ィ謐ィ驍ェ | 111100011111110110001110101010001110101111101101100011101010100011110001111000101000111010101010 | f1fd8ea8ebed8ea8f1e28eaa |
UTF-8 | 髱ィ謐ィ驍ェ | 111010011010101110110001111011111011110110101000111010001010110010010000111011111011110110101000111010011010100110001101111011111011110110101010 | e9abb1efbda8e8ac90efbda8e9a98defbdaa |
UHC | ??謐?驍? | 0011111100111111110110101100110100111111111111011010010000111111 | 3f3fdacd3ffda43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)