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 | 膊訃}膊訃{^ | 1110010001001101111001100101110101111101111001000100110111100110010111010111101101011110 | e44de65d7de44de65d7b5e |
EUC-JP | 膊訃}膊訃{^ | 1110011110101110111010111011111001111101111001111010111011101011101111100111101101011110 | e7aeebbe7de7aeebbe7b5e |
UTF-8 | 膊訃}膊訃{^ | 111010001000011010001010111010001010100010000011011111011110100010000110100010101110100010101000100000110111101101011110 | e8868ae8a8837de8868ae8a8837b5e |
UHC | 膊訃}膊訃{^ | 1101101011011011110111011011010101111101110110101101101111011101101101010111101101011110 | dadbddb57ddadbddb57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)