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 | ????® | 0011111100111111001111110011111110101110 | 3f3f3f3fae |
SJIS-WIN | ???熱? | 001111110011111100111111100101000100110100111111 | 3f3f3f944d3f |
EUC-JP | ???熱® | 0011111100111111001111111100011110101110100011111010001011101110 | 3f3f3fc7ae8fa2ee |
UTF-8 | 連꿰룼熱® | 1110111110100110100110101110101010111111101100001110101110100011101111001110011110000110101100011100001010101110 | efa69aeabfb0eba3bce786b1c2ae |
UHC | 連꿰룼熱® | 11100110111001101011001011100111100011111010111011100110111100001010001011100111 | e6e6b2e78faee6f0a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)