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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 消錞消鋻^ | 100011111100000111111011110110111000111111000001111110111101100101011110 | 8fc1fbdb8fc1fbd95e |
EUC-JP | 消錞消鋻^ | 1011111011000011100011111110010011011100101111101100001110001111111001001101000101011110 | bec38fe4dcbec38fe4d15e |
UTF-8 | 消錞消鋻^ | 11100110101101101000100011101001100011001001111011100110101101101000100011101001100010111011101101011110 | e6b688e98c9ee6b688e98bbb5e |
UHC | 消錞消?^ | 1110000110111100111000101111011011100001101111000011111101011110 | e1bce2f6e1bc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)