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 | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
SJIS-WIN | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
EUC-JP | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
UTF-8 | 렺씽늚렮ZB | 1110101110100000101110101110110010010100101111011110101110001010100110101110101110100000101011100101101001000010 | eba0baec94bdeb8a9aeba0ae5a42 |
UHC | 렺씽늚렮ZB | 10001110110000101011111011000101101101001100010110001110101110110101101001000010 | 8ec2bec5b4c58ebb5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)