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{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 揃狸n}揃狸n{^ | 10010001101101011001001001001011011011100111110110010001101101011001001001001011011011100111101101011110 | 91b5924b6e7d91b5924b6e7b5e |
EUC-JP | 揃狸n}揃狸n{^ | 11000010101101111100001110101100011011100111110111000010101101111100001110101100011011100111101101011110 | c2b7c3ac6e7dc2b7c3ac6e7b5e |
UTF-8 | 揃狸n}揃狸n{^ | 1110011010001111100000111110011110001011101110000110111001111101111001101000111110000011111001111000101110111000011011100111101101011110 | e68f83e78bb86e7de68f83e78bb86e7b5e |
UHC | ?狸n}?狸n{^ | 0011111111010111111000010110111001111101001111111101011111100001011011100111101101011110 | 3fd7e16e7d3fd7e16e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)