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 | ??c}??c{^ | 001111110011111101100011011111010011111100111111011000110111101101011110 | 3f3f637d3f3f637b5e |
SJIS-WIN | 蓴ュc}蓴ュc{^ | 1110010011110001101011010110001101111101111001001111000110101101011000110111101101011110 | e4f1ad637de4f1ad637b5e |
EUC-JP | 蓴ュc}蓴ュc{^ | 11101000111100111000111010101101011000110111110111101000111100111000111010101101011000110111101101011110 | e8f38ead637de8f38ead637b5e |
UTF-8 | 蓴ュc}蓴ュc{^ | 1110100010010011101101001110111110111101101011010110001101111101111010001001001110110100111011111011110110101101011000110111101101011110 | e893b4efbdad637de893b4efbdad637b5e |
UHC | 蓴?c}蓴?c{^ | 1110001011110001001111110110001101111101111000101111000100111111011000110111101101011110 | e2f13f637de2f13f637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)