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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 扈跋}扈跋{^ | 1110011110111011111001101110101101111101111001111011101111100110111010110111101101011110 | e7bbe6eb7de7bbe6eb7b5e |
EUC-JP | 扈跋}扈跋{^ | 1110111010111101111011001110110101111101111011101011110111101100111011010111101101011110 | eebdeced7deebdeced7b5e |
UTF-8 | 扈跋}扈跋{^ | 111001101000100110001000111010001011011110001011011111011110011010001001100010001110100010110111100010110111101101011110 | e68988e8b78b7de68988e8b78b7b5e |
UHC | 扈跋}扈跋{^ | 1111101111000011110110111010001001111101111110111100001111011011101000100111101101011110 | fbc3dba27dfbc3dba27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)