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 | 繧?場1 | 11100011100000100011111110001111111010101000001001010000 | e3823f8fea8250 |
EUC-JP | 繧鰪場1 | 111001011110001010001111111010111011011010111110111011001010001110110001 | e5e28febb6beeca3b1 |
UTF-8 | 繧鰪場1 | 111001111011100110100111111010011011000010101010111001011010000010110100111011111011110010010001 | e7b9a7e9b0aae5a0b4efbc91 |
UHC | ??場1 | 001111110011111111101101110111101010001110110001 | 3f3feddea3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)