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 | 軫溪軫溪^ | 111001110110011010011111111000101110011101100110100111111110001001011110 | e7669fe2e7669fe25e |
EUC-JP | 軫溪軫溪^ | 111011011100011111011110111001001110110111000111110111101110010001011110 | edc7dee4edc7dee45e |
UTF-8 | 軫溪軫溪^ | 11101000101110111010101111100110101110101010101011101000101110111010101111100110101110101010101001011110 | e8bbabe6baaae8bbabe6baaa5e |
UHC | 軫溪軫溪^ | 111100101110001011001101101000101111001011100010110011011010001001011110 | f2e2cda2f2e2cda25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)