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 | Ã¥RÂt | 110000111010010101010010110000101001011001110100 | c3a552c29674 |
SJIS-WIN | ?¥R??t | 00111111100000011000111101010010001111110011111101110100 | 3f818f523f3f74 |
EUC-JP | Ã?RÂ?t | 10001111101010101010101000111111010100101000111110101010101001000011111101110100 | 8faaaa3f528faaa43f74 |
UTF-8 | Ã¥RÂt | 11000011100000111100001010100101010100101100001110000010110000101001011001110100 | c383c2a552c382c29674 |
UHC | ??R??t | 001111110011111101010010001111110011111101110100 | 3f3f523f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)