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 | 尸シ}尸シ{^ | 1001101110011001100000110101011001111101100110111001100110000011010101100111101101011110 | 9b9983567d9b9983567b5e |
EUC-JP | 尸シ}尸シ{^ | 1101010111111001101001011011011101111101110101011111100110100101101101110111101101011110 | d5f9a5b77dd5f9a5b77b5e |
UTF-8 | 尸シ}尸シ{^ | 111001011011000010111000111000111000001010110111011111011110010110110000101110001110001110000010101101110111101101011110 | e5b0b8e382b77de5b0b8e382b77b5e |
UHC | 尸シ}尸シ{^ | 1110001110111001101010111011011101111101111000111011100110101011101101110111101101011110 | e3b9abb77de3b9abb77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)