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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀??? | 1110011110110001001111110011111100111111 | e7b13f3f3f |
EUC-JP | 邀??? | 1110111010110011001111110011111100111111 | eeb33f3f3f |
UTF-8 | 邀싲쓣璘 | 111010011000001010000000111011001000101110110010111011001001001110100011111011111010011110101111 | e98280ec8bb2ec93a3efa7af |
UHC | 邀싲쓣璘 | 1110100110101101100110101110101110011101100001001110110011011110 | e9ad9aeb9d84ecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)