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 | 尸們}尸們{^ | 1001101110011001100110001110110001111101100110111001100110011000111011000111101101011110 | 9b9998ec7d9b9998ec7b5e |
EUC-JP | 尸們}尸們{^ | 1101010111111001110100001110111001111101110101011111100111010000111011100111101101011110 | d5f9d0ee7dd5f9d0ee7b5e |
UTF-8 | 尸們}尸們{^ | 111001011011000010111000111001011000000010010001011111011110010110110000101110001110010110000000100100010111101101011110 | e5b0b8e580917de5b0b8e580917b5e |
UHC | 尸們}尸們{^ | 1110001110111001110110011111101001111101111000111011100111011001111110100111101101011110 | e3b9d9fa7de3b9d9fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)