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 | 邀也ア夜ャ | 1110011110110001100101101110011110110001100101101110100110101100 | e7b196e7b196e9ac |
EUC-JP | 邀也ア夜ャ | 11101110101100111100110011101001100011101011000111001100111010111000111010101100 | eeb3cce98eb1cceb8eac |
UTF-8 | 邀也ア夜ャ | 111010011000001010000000111001001011100110011111111011111011110110110001111001011010010010011100111011111011110110101100 | e98280e4b99fefbdb1e5a49cefbdac |
UHC | 邀也?夜? | 1110100110101101111001011010010100111111111001011010100000111111 | e9ade5a53fe5a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)