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 | ??k}??k{^ | 001111110011111101101011011111010011111100111111011010110111101101011110 | 3f3f6b7d3f3f6b7b5e |
SJIS-WIN | 狸単k}狸単k{^ | 10010010010010111001001001010000011010110111110110010010010010111001001001010000011010110111101101011110 | 924b92506b7d924b92506b7b5e |
EUC-JP | 狸単k}狸単k{^ | 11000011101011001100001110110001011010110111110111000011101011001100001110110001011010110111101101011110 | c3acc3b16b7dc3acc3b16b7b5e |
UTF-8 | 狸単k}狸単k{^ | 1110011110001011101110001110010110001101100110000110101101111101111001111000101110111000111001011000110110011000011010110111101101011110 | e78bb8e58d986b7de78bb8e58d986b7b5e |
UHC | 狸?k}狸?k{^ | 1101011111100001001111110110101101111101110101111110000100111111011010110111101101011110 | d7e13f6b7dd7e13f6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)