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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | シワ晶ウ | 1011110011011100100011111011101110110011 | bcdc8fbbb3 |
EUC-JP | シワ晶ウ | 1000111010111100100011101101110010111110101111011000111010110011 | 8ebc8edcbebd8eb3 |
UTF-8 | シワ晶ウ | 111011111011110110111100111011111011111010011100111001101001100110110110111011111011110110110011 | efbdbcefbe9ce699b6efbdb3 |
UHC | ??晶? | 0011111100111111111011111101110000111111 | 3f3fefdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)