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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 掖⑤?茹k? | 10011101011101001000011101000100001111111110010010100101100000101000101100111111 | 9d7487443fe4a5828b3f |
EUC-JP | 掖??茹k? | 110110011101010100111111001111111110100010100111101000111110101100111111 | d9d53f3fe8a7a3eb3f |
UTF-8 | 掖⑤젌茹k젩 | 111001101000111010010110111000101001000110100100111011001010000010001100111010001000110010111001111011111011110110001011111011001010000010101001 | e68e96e291a4eca08ce88cb9efbd8beca0a9 |
UHC | 掖⑤젌茹k젩 | 111001001111101010101000111010111010000010001101111001101010101010100011111010111010000010100001 | e4faa8eba08de6aaa3eba0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)