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 | 魴ー陞ゑィ | 1110100110110101101100001110100010011110100000101110111110101000 | e9b5b0e89e82efa8 |
EUC-JP | 魴ー陞ゑィ | 11110010101101111000111010110000111011111111111010100100111100011000111010101000 | f2b78eb0effea4f18ea8 |
UTF-8 | 魴ー陞ゑィ | 111010011010110110110100111011111011110110110000111010011001100110011110111000111000001010010001111011111011110110101000 | e9adb4efbdb0e9999ee38291efbda8 |
UHC | ??陞ゑ? | 00111111001111111110001110110011101010101111000100111111 | 3f3fe3b3aaf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)