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 | 蟇鬪}蟇鬪{^ | 1110010110101111111010011010101001111101111001011010111111101001101010100111101101011110 | e5afe9aa7de5afe9aa7b5e |
EUC-JP | 蟇鬪}蟇鬪{^ | 1110101010110001111100101010110001111101111010101011000111110010101011000111101101011110 | eab1f2ac7deab1f2ac7b5e |
UTF-8 | 蟇鬪}蟇鬪{^ | 111010001001111110000111111010011010110010101010011111011110100010011111100001111110100110101100101010100111101101011110 | e89f87e9acaa7de89f87e9acaa7b5e |
UHC | ?鬪}?鬪{^ | 001111111111011111100011011111010011111111110111111000110111101101011110 | 3ff7e37d3ff7e37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)