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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???沅®? | 00111111001111110011111110001111110001101110100110001111101000101110111000111111 | 3f3f3f8fc6e98fa2ee3f |
UTF-8 | 凉깅ㅋ沅®랜 | 1110111110100101101110011110101010111001100001011110001110000101100010111110011010110010100001011100001010101110111010111001111010011100 | efa5b9eab985e3858be6b285c2aeeb9e9c |
UHC | 凉깅ㅋ沅®랜 | 111001011011110010110001111010111010010010111011111010101011011010100010111001111011011110100011 | e5bcb1eba4bbeab6a2e7b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)