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 | 邨匁愕繧「 | 111001111011010110010110111001101001110010110001111000111000001010100010 | e7b596e69cb1e382a2 |
EUC-JP | 邨匁愕繧「 | 11101110101101111100110011101000110110001011001111100101111000101000111010100010 | eeb7cce8d8b3e5e28ea2 |
UTF-8 | 邨匁愕繧「 | 111010011000001010101000111001011000110010000001111001101000010010010101111001111011100110100111111011111011110110100010 | e982a8e58c81e68495e7b9a7efbda2 |
UHC | 邨?愕?? | 11110101101111100011111111100100110000110011111100111111 | f5be3fe4c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)