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 | 拙?o寃 | 10010000110110010011111110000010100011111001101110000011 | 90d93f828f9b83 |
EUC-JP | 拙?o寃 | 11000000110110110011111110100011111011111101010111100011 | c0db3fa3efd5e3 |
UTF-8 | 拙흐o寃 | 111001101000101110011001111011011001110110010000111011111011110110001111111001011010111110000011 | e68b99ed9d90efbd8fe5af83 |
UHC | 拙흐o寃 | 1111000011110000110010001110010110100011111011111110101010110010 | f0f0c8e5a3efeab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)