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 | ¼ÌûTB | 100011111011110011001100111110110101010001000010 | 8fbcccfb5442 |
SJIS-WIN | ????TB | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
EUC-JP | ??ÌûTB | 00111111001111111000111110101010110000001000111110101011111001010101010001000010 | 3f3f8faac08fabe55442 |
UTF-8 | ¼ÌûTB | 11000010100011111100001010111100110000111000110011000011101110110101010001000010 | c28fc2bcc38cc3bb5442 |
UHC | ?¼??TB | 00111111101010001111100100111111001111110101010001000010 | 3fa8f93f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)