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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 筌≪?怡?^ | 111000101010001110000001111000010011111110011100011111010011111101011110 | e2a381e13f9c7d3f5e |
EUC-JP | 筌≪?怡?^ | 111001001010010110100010111000110011111111010111110111100011111101011110 | e4a5a2e33fd7de3f5e |
UTF-8 | 筌≪뼚怡촦^ | 11100111101011011000110011100010100010011010101011101011101111001001101011100110100000001010000111101100101101001010011001011110 | e7ad8ce289aaebbc9ae680a1ecb4a65e |
UHC | 筌≪뼚怡촦^ | 1110111110100111101000011110110010010110101000001110110010101110101011000110010101011110 | efa7a1ec96a0ecaeac655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)