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 | 隧イ陜守昏^ | 11101000101010011011001011101000100111011000111011100111100011011010100001011110 | e8a9b2e89d8ee78da85e |
EUC-JP | 隧イ陜守昏^ | 1111000010101011100011101011001011101111111111011011110011101001101110101010101001011110 | f0ab8eb2effdbce9baaa5e |
UTF-8 | 隧イ陜守昏^ | 11101001100110101010011111101111101111011011001011101001100110011001110011100101101011101000100011100110100110001000111101011110 | e99aa7efbdb2e9999ce5ae88e6988f5e |
UHC | 隧?陜守昏^ | 11100010110010100011111111111001111100001110000111111010111110111110011101011110 | e2ca3ff9f0e1fafbe75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)