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 | 閻溽甥謨 | 1110100010000101100111111110011110001001100110011110011010010101 | e8859fe78999e695 |
EUC-JP | 閻溽甥謨 | 1110111111100101110111101110100110110001111110011110101111110101 | efe5dee9b1f9ebf5 |
UTF-8 | 閻溽甥謨 | 111010011001011010111011111001101011101010111101111001111001010010100101111010001010110010101000 | e996bbe6babde794a5e8aca8 |
UHC | 閻?甥謨 | 11100111101000100011111111011111111001111101100111001000 | e7a23fdfe7d9c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)