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 | 貘溪}貘溪{^ | 1110011011000000100111111110001001111101111001101100000010011111111000100111101101011110 | e6c09fe27de6c09fe27b5e |
EUC-JP | 貘溪}貘溪{^ | 1110110011000010110111101110010001111101111011001100001011011110111001000111101101011110 | ecc2dee47decc2dee47b5e |
UTF-8 | 貘溪}貘溪{^ | 111010001011001010011000111001101011101010101010011111011110100010110010100110001110011010111010101010100111101101011110 | e8b298e6baaa7de8b298e6baaa7b5e |
UHC | ?溪}?溪{^ | 001111111100110110100010011111010011111111001101101000100111101101011110 | 3fcda27d3fcda27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)