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 | 寤??揖 | 100110111000100000111111001111111001011101001011 | 9b883f3f974b |
EUC-JP | 寤??揖 | 110101011110100000111111001111111100110110101100 | d5e83f3fcdac |
UTF-8 | 寤뤿㉡揖 | 111001011010111110100100111010111010010010111111111000111000100110100001111001101000111110010110 | e5afa4eba4bfe389a1e68f96 |
UHC | 寤뤿㉡揖 | 1110011111110101100011111110101110101000101100101110101111100111 | e7f58feba8b2ebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)