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 | ?°??? | 0011111110110000001111110011111100111111 | 3fb03f3f3f |
SJIS-WIN | 羶°し螳o | 11100011101111011000000110001011100000101011010111100101101011101000001010001111 | e3bd818b82b5e5ae828f |
EUC-JP | 羶°し螳o | 11100110101111111010000111101011101001001011011111101010101100001010001111101111 | e6bfa1eba4b7eab0a3ef |
UTF-8 | 羶°し螳o | 1110011110111110101101101100001010110000111000111000000110010111111010001001111010110011111011111011110110001111 | e7beb6c2b0e38197e89eb3efbd8f |
UHC | ?°し螳o | 001111111010000111000110101010101011011111010011110110011010001111101111 | 3fa1c6aab7d3d9a3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)