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 | ?n}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 谷n}谷n{^ | 100100100100101001101110011111011001001001001010011011100111101101011110 | 924a6e7d924a6e7b5e |
EUC-JP | 谷n}谷n{^ | 110000111010101101101110011111011100001110101011011011100111101101011110 | c3ab6e7dc3ab6e7b5e |
UTF-8 | 谷n}谷n{^ | 1110100010110000101101110110111001111101111010001011000010110111011011100111101101011110 | e8b0b76e7de8b0b76e7b5e |
UHC | 谷n}谷n{^ | 110011011101101101101110011111011100110111011011011011100111101101011110 | cddb6e7dcddb6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)