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 | ???亥? | 001111110011111100111111100010001110010100111111 | 3f3f3f88e53f |
EUC-JP | ???亥® | 0011111100111111001111111011000011100111100011111010001011101110 | 3f3f3fb0e78fa2ee |
UTF-8 | 閱뤿떱亥® | 1110100110010110101100011110101110100100101111111110101110010110101100011110010010111010101001011100001010101110 | e996b1eba4bfeb96b1e4baa5c2ae |
UHC | 閱뤿떱亥® | 11100110111100111000111111101011101101101011011111111010101001001010001011100111 | e6f38febb6b7faa4a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)