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 | 驥殉驥旬^ | 111010011000011110001111011111011110100110000111100011110111101101011110 | e9878f7de9878f7b5e |
EUC-JP | 驥殉驥旬^ | 111100011110011110111101110111101111000111100111101111011101110001011110 | f1e7bddef1e7bddc5e |
UTF-8 | 驥殉驥旬^ | 11101001101010011010010111100110101011101000100111101001101010011010010111100110100101111010110001011110 | e9a9a5e6ae89e9a9a5e697ac5e |
UHC | 驥殉驥旬^ | 110100011100101011100010111001101101000111001010111000101110001001011110 | d1cae2e6d1cae2e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)