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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 謖辛?B | 111001101000110010010000011010000011111101000010 | e68c90683f42 |
EUC-JP | 謖辛?B | 111010111110110010111111110010010011111101000010 | ebecbfc93f42 |
UTF-8 | 謖辛꺃B | 11101000101011001001011011101000101111101001101111101010101110101000001101000010 | e8ac96e8be9beaba8342 |
UHC | 謖辛꺃B | 11100001110110101110001111110100100000111010110001000010 | e1dae3f483ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)