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 | ¶³¶³^ | 100100011011011010010001101100111001000110110110100100011011001101011110 | 91b691b391b691b35e |
SJIS-WIN | ?¶???¶??^ | 0011111110000001111101110011111100111111001111111000000111110111001111110011111101011110 | 3f81f73f3f3f81f73f3f5e |
EUC-JP | ?¶???¶??^ | 0011111110100010111110010011111100111111001111111010001011111001001111110011111101011110 | 3fa2f93f3f3fa2f93f3f5e |
UTF-8 | ¶³¶³^ | 1100001010010001110000101011011011000010100100011100001010110011110000101001000111000010101101101100001010010001110000101011001101011110 | c291c2b6c291c2b3c291c2b6c291c2b35e |
UHC | ?¶?³?¶?³^ | 00111111101000101101001000111111101010011111100000111111101000101101001000111111101010011111100001011110 | 3fa2d23fa9f83fa2d23fa9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)