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 | 101111001100010110111100101001000101101001000010 | bcc5bca45a42 |
SJIS-WIN | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
EUC-JP | ?Å?¤ZB | 00111111100011111010101010101001001111111000111110100010111100000101101001000010 | 3f8faaa93f8fa2f05a42 |
UTF-8 | ¼Å¼¤ZB | 11000010101111001100001110000101110000101011110011000010101001000101101001000010 | c2bcc385c2bcc2a45a42 |
UHC | ¼?¼¤ZB | 101010001111100100111111101010001111100110100010101101000101101001000010 | a8f93fa8f9a2b45a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)