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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隹キ迢ク襠櫂^ | 1110100010110000101101111110011110001011101110001110010111111011100111110100010001011110 | e8b0b7e78bb8e5fb9f445e |
EUC-JP | 隹キ迢ク襠櫂^ | 11110000101100101000111010110111111011011110101110001110101110001110101011111101110111011010010101011110 | f0b28eb7edeb8eb8eafddda55e |
UTF-8 | 隹キ迢ク襠櫂^ | 11101001100110101011100111101111101111011011011111101000101111111010001011101111101111011011100011101000101001011010000011100110101010111000001001011110 | e99ab9efbdb7e8bfa2efbdb8e8a5a0e6ab825e |
UHC | ?????櫂^ | 0011111100111111001111110011111100111111110101001010001001011110 | 3f3f3f3f3fd4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)