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 | 蟄嶌}蟄嶌{^ | 1110010110101101100110111011100001111101111001011010110110011011101110000111101101011110 | e5ad9bb87de5ad9bb87b5e |
EUC-JP | 蟄嶌}蟄嶌{^ | 1110101010101111110101101011101001111101111010101010111111010110101110100111101101011110 | eaafd6ba7deaafd6ba7b5e |
UTF-8 | 蟄嶌}蟄嶌{^ | 111010001001111110000100111001011011011010001100011111011110100010011111100001001110010110110110100011000111101101011110 | e89f84e5b68c7de89f84e5b68c7b5e |
UHC | 蟄?}蟄?{^ | 111101101101111000111111011111011111011011011110001111110111101101011110 | f6de3f7df6de3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)