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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 止麥??重 | 1000111001111110111010100110110100111111001111111000111101100100 | 8e7eea6d3f3f8f64 |
EUC-JP | 止麥??重 | 1011101111011111111100111100111000111111001111111011110111000101 | bbdff3ce3f3fbdc5 |
UTF-8 | 止麥렢렕重 | 111001101010110110100010111010011011101010100101111010111010000010100010111010111010000010010101111010011000011110001101 | e6ada2e9baa5eba0a2eba095e9878d |
UHC | 止麥렢렕重 | 11110010101011011101100011101010100011101011001110001110101010101111000111101100 | f2add8ea8eb38eaaf1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)