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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茹笞迹 | 111001001010010111100010100110101110011110010001 | e4a5e29ae791 |
EUC-JP | 茹笞迹 | 111010001010011111100011111110101110110111110001 | e8a7e3faedf1 |
UTF-8 | 茹笞迹 | 111010001000110010111001111001111010110010011110111010001011111110111001 | e88cb9e7ac9ee8bfb9 |
UHC | 茹笞迹 | 111001101010101011110111110000101110111011101001 | e6aaf7c2eee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)