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 | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
SJIS-WIN | 邀?????o | 1110011110110001001111110011111100111111001111110011111101101111 | e7b13f3f3f3f3f6f |
EUC-JP | 邀??旿??o | 11101110101100110011111100111111100011111100000111110100001111110011111101101111 | eeb33f3f8fc1f43f3f6f |
UTF-8 | 邀랃슐旿울쉽o | 11101001100000101000000011101011100111101000001111101100100010101001000011100110100101111011111111101100100110101011100011101100100010011011110101101111 | e98280eb9e83ec8a90e697bfec9ab8ec89bd6f |
UHC | 邀랃슐旿울쉽o | 11101001101011011000110111101111101111011011011011100111111110101011111111101111101111011011000101101111 | e9ad8defbdb6e7fabfefbdb16f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)