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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邀??科B | 11100111101100010011111100111111100010011100100001000010 | e7b13f3f89c842 |
EUC-JP | 邀??科B | 11101110101100110011111100111111101100101100101001000010 | eeb33f3fb2ca42 |
UTF-8 | 邀닸솮科B | 11101001100000101000000011101011100010111011100011101100100001101010111011100111101001111001000101000010 | e98280eb8bb8ec86aee7a79142 |
UHC | 邀닸솮科B | 111010011010110110110100111001101001100110100100110011101010000101000010 | e9adb4e699a4cea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)