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 | 嗚??冶θ | 1001101001101010001111110011111110010110111010001000001111000110 | 9a6a3f3f96e883c6 |
EUC-JP | 嗚??冶θ | 1101001111001011001111110011111111001100111010101010011011001000 | d3cb3f3fcceaa6c8 |
UTF-8 | 嗚잌뙷冶θ | 1110010110010111100110101110110010011110100011001110101110011001101101111110010110000110101101101100111010111000 | e5979aec9e8ceb99b7e586b6ceb8 |
UHC | 嗚잌뙷冶θ | 11100111111100001001111111100101100011001011101011100101101001111010010111101000 | e7f09fe58cbae5a7a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)