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 | ??L}??L{^ | 001111110011111101001100011111010011111100111111010011000111101101011110 | 3f3f4c7d3f3f4c7b5e |
SJIS-WIN | 靖?L}靖?L{^ | 1001011011110101001111110100110001111101100101101111010100111111010011000111101101011110 | 96f53f4c7d96f53f4c7b5e |
EUC-JP | 靖?L}靖?L{^ | 1100110011110111001111110100110001111101110011001111011100111111010011000111101101011110 | ccf73f4c7dccf73f4c7b5e |
UTF-8 | 靖렭L}靖렭L{^ | 1110100110011101100101101110101110100000101011010100110001111101111010011001110110010110111010111010000010101101010011000111101101011110 | e99d96eba0ad4c7de99d96eba0ad4c7b5e |
UHC | 靖렭L}靖렭L{^ | 11101111111111101000111010111010010011000111110111101111111111101000111010111010010011000111101101011110 | effe8eba4c7deffe8eba4c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)