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 | 猴們}猴們{^ | 1110000011001011100110001110110001111101111000001100101110011000111011000111101101011110 | e0cb98ec7de0cb98ec7b5e |
EUC-JP | 猴們}猴們{^ | 1110000011001101110100001110111001111101111000001100110111010000111011100111101101011110 | e0cdd0ee7de0cdd0ee7b5e |
UTF-8 | 猴們}猴們{^ | 111001111000110010110100111001011000000010010001011111011110011110001100101101001110010110000000100100010111101101011110 | e78cb4e580917de78cb4e580917b5e |
UHC | ?們}?們{^ | 001111111101100111111010011111010011111111011001111110100111101101011110 | 3fd9fa7d3fd9fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)