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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 第?義℡▲^ | 10010001111001100011111110001011011000001000011110000100100000011010001101011110 | 91e63f8b60878481a35e |
EUC-JP | 第?義?▲^ | 110000101110100000111111101101011100000100111111101000101010010101011110 | c2e83fb5c13fa2a55e |
UTF-8 | 第렖義℡▲^ | 11100111101011001010110011101011101000001001011011100111101111101010100111100010100001001010000111100010100101101011001001011110 | e7acaceba096e7bea9e284a1e296b25e |
UHC | 第렖義℡▲^ | 1111000010101111100011101010101111101011111110011010001011100101101000011110001101011110 | f0af8eabebf9a2e5a1e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)